-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
55 lines (55 loc) · 1.3 KB
/
package.json
File metadata and controls
55 lines (55 loc) · 1.3 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
{
"name": "kd.js",
"version": "1.1.22",
"description": "a collection of ui widgets and other nice things",
"main": "build/lib/index.js",
"scripts": {
"prepublish": "make clean dist prepublish"
},
"homepage": "http://kd.io",
"repository": {
"type": "git",
"url": "git://github.com/koding/kd.git"
},
"keywords": [
"kd",
"kd.js",
"koding",
"ui",
"framework"
],
"license": "MIT",
"dependencies": {
"debug": "^2.1.3",
"hammerjs": "^2.0.4",
"htmlencode": "0.0.4",
"jquery": "^2.1.3",
"jquery-mousewheel": "^3.1.12",
"kd-dom": "^0.1.1",
"kd-polyfills": "^0.1.5",
"kd-shim-canvas-loader": "^0.9.1",
"kd-shim-inflector": "^0.1.0",
"kd-shim-jspath": "^0.2.0",
"kd-shim-mutation-summary": "^0.1.0",
"lodash": "^3.6.0",
"timeago": "^0.2.0"
},
"devDependencies": {
"browserify": "^8.1.3",
"chokidar": "^1.0.0-rc3",
"clean-css": "^3.0.4",
"coffee-script": "^1.8.0",
"coffeeify": "^1.0.0",
"rimraf": "^2.2.8",
"serve": "^1.4.0",
"stylus": "^0.49.3",
"uglify-js": "^2.4.16",
"watchify": "^2.3.0"
},
"browser": {
"canvas-loader": "kd-shim-canvas-loader",
"inflector": "kd-shim-inflector",
"jspath": "kd-shim-jspath",
"mutation-summary": "kd-shim-mutation-summary"
}
}