This repository has been archived by the owner on Nov 25, 2020. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 34
/
Copy pathpackage.json
61 lines (61 loc) · 1.73 KB
/
package.json
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
56
57
58
59
60
61
{
"name": "kd.js",
"version": "1.2.4",
"description": "a collection of ui widgets and other nice things",
"main": "build/lib/index.js",
"scripts": {
"test": "./node_modules/gulp/bin/gulp.js test",
"test-watch": "./node_modules/gulp/bin/gulp.js test-watch",
"prepublish": "make clean dist prepublish",
"prepare": "if [[ ! $KD_CI ]]; then make clean dist prepublish; fi"
},
"homepage": "https://kd.io",
"repository": {
"type": "git",
"url": "git://github.com/koding/kd.git"
},
"keywords": ["kd", "kd.js", "koding", "ui", "framework"],
"license": "MIT",
"dependencies": {
"debug": "^2.2.0",
"hammerjs": "^2.0.8",
"htmlencode": "0.0.4",
"jquery": "^3.1.1",
"jquery-mousewheel": "^3.1.13",
"kd-shim-canvas-loader": "^0.9.2",
"kd-shim-mutation-summary": "^0.1.0",
"lodash": "^4.16.4",
"plur": "^2.1.2",
"timeago": "^1.5.3"
},
"devDependencies": {
"browserify": "^14.4.0",
"browserify-istanbul": "^2.0.0",
"chokidar": "^1.6.1",
"clean-css-cli": "^4.1.6",
"coffee-coverage": "^2.0.1",
"coffee-script": "^1.11.1",
"coffeeify": "^2.0.1",
"gulp": "^3.9.1",
"istanbul": "^0.4.5",
"karma": "^1.3.0",
"karma-browserify": "^5.1.0",
"karma-chrome-launcher": "^2.0.0",
"karma-coverage": "^1.1.1",
"karma-coveralls": "^1.1.2",
"karma-firefox-launcher": "^1.0.1",
"karma-mocha": "^1.2.0",
"karma-opera-launcher": "^1.0.0",
"karma-phantomjs-launcher": "^1.0.4",
"karma-safari-launcher": "^1.0.0",
"mocha": "^3.1.2",
"rimraf": "^2.5.4",
"serve": "^6.0.3",
"should": "^11.1.1",
"should-sinon": "0.0.5",
"sinon": "^2.4.1",
"stylus": "^0.54.5",
"uglify-js": "^3.0.26",
"watchify": "^3.7.0"
}
}