-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
37 lines (37 loc) · 857 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
{
"name": "extend-promise",
"version": "0.0.7",
"description": "基于promise扩展一些常用方法",
"main": "index.js",
"scripts": {
"test": "gulp test"
},
"repository": {
"type": "git",
"url": "https://github.com/cnwhy/extend-promise.git"
},
"keywords": [
"promise"
],
"author": {
"name": "cnwhy",
"email": "w.why@163.com"
},
"license": "BSD-2-Clause",
"bugs": {
"url": "https://github.com/cnwhy/extend-promise/issues"
},
"homepage": "https://github.com/cnwhy/extend-promise#readme",
"devDependencies": {
"easy-promise": "^0.1.0",
"gulp": "^3.9.1",
"gulp-browserify": "^0.5.1",
"gulp-header": "^1.8.8",
"gulp-istanbul": "^1.1.1",
"gulp-mocha": "^3.0.1",
"gulp-rename": "^1.2.2",
"gulp-uglify": "^2.0.0",
"istanbul": "^0.4.5",
"mocha": "^3.2.0"
}
}