-
Notifications
You must be signed in to change notification settings - Fork 6
/
package.json
49 lines (49 loc) · 1.17 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
{
"name": "kissy-util",
"version": "1.1.6",
"author": "yiminghe <yiminghe@gmail.com>",
"engines": {
"node": ">=0.10"
},
"license": "MIT",
"repository": {
"type": "git",
"url": "http://github.com/kissyteam/util.git"
},
"devDependencies": {
"expect.js": "^0.3.1",
"gulp": "^3.8.7",
"gulp-clean": "^0.3.1",
"gulp-filter": "^1.0.0",
"gulp-footer": "^1.0.5",
"gulp-header": "^1.0.5",
"gulp-jscs": "^1.1.0",
"gulp-jshint": "^1.8.4",
"gulp-kclean": "^0.0.13",
"gulp-modulex": "^2.0.0",
"gulp-rename": "^1.2.0",
"gulp-replace": "^0.4.0",
"gulp-uglify": "^0.3.1",
"gulp-util": "^3.0.1",
"gulp-wrapper": "^0.1.5",
"precommit-hook": "^1.0.7",
"rc-server": "^1.4.3",
"rc-tools": "^1.1.5"
},
"spm": {},
"precommit": [
"lint"
],
"config": {
"port": 8001
},
"scripts": {
"start": "node --harmony node_modules/.bin/rc-server",
"publish": "spm publish && rc-tools run tag",
"lint": "rc-tools run lint",
"saucelabs": "rc-tools run saucelabs",
"test": "",
"browser-test": "rc-tools run browser-test",
"browser-test-cover": "rc-tools run browser-test-cover"
}
}