-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathpackage.json
42 lines (42 loc) · 1.03 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
{
"name": "kissy-event-base",
"version": "1.0.3",
"author": "yiminghe <[email protected]>",
"engines": {
"node": ">=0.10"
},
"license": "MIT",
"repository": {
"type": "git",
"url": "http://github.com/kissyteam/event-base.git"
},
"devDependencies": {
"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.15",
"gulp-modulex": "^1.0.0",
"gulp-rename": "^1.2.0",
"gulp-replace": "^0.4.0",
"gulp-uglify": "^0.3.1",
"gulp-util": "^3.0.0",
"jshint": "^2.5.5",
"jshint-stylish": "^0.4.0",
"gulp-wrapper": "^0.1.5",
"precommit-hook": "^1.0.7"
},
"precommit": [
"lint"
],
"scripts": {
"publish": "gulp tag",
"lint": "gulp lint"
},
"dependencies": {
"modulex-util": "1.x"
}
}