-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
38 lines (38 loc) · 1021 Bytes
/
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
{
"name": "kclass",
"version": "1.0.0",
"description": "",
"main": "gulpfile.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "https://github.com/amibug/kclass.git"
},
"keywords": [
"kclass",
"extend"
],
"author": "wuyuedong",
"license": "ISC",
"bugs": {
"url": "https://github.com/amibug/kclass/issues"
},
"homepage": "https://github.com/amibug/kclass",
"devDependencies": {
"gulp": "3.8.x",
"gulp-webpack": "~1.3.2",
"gulp-jshint": "~1.10.0",
"gulp-rename": "~1.2.2",
"gulp-uglify": "~1.2.0",
"gulp-plumber": "~1.0.0",
"karma": "~0.12.6",
"karma-mocha": "~0.1.3",
"karma-phantomjs-launcher": "~0.1.4",
"karma-coverage": "~0.2.4",
"karma-ie-launcher": "~0.1.5",
"karma-chrome-launcher": "~0.1.4",
"karma-firefox-launcher": "~0.1.3"
}
}