-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
42 lines (42 loc) · 875 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
39
40
41
42
{
"name": "promiseclass",
"version": "1.0.3",
"description": "Create Promise chain Class",
"main": "./index",
"dependencies": {
"co": "4.6.0"
},
"devDependencies": {
"chai": "3.5.0",
"grunt": "0.4.1",
"grunt-cli": "0.1.6",
"grunt-contrib-clean": "0.4.0",
"grunt-contrib-jshint": "0.11.3",
"grunt-contrib-watch": "0.3.1",
"grunt-exec": "0.4.0",
"istanbul": "0.3.22",
"istanbul-coveralls": "1.0.3",
"mocha": "2.3.3",
"mocha-generators": "1.2.0"
},
"scripts": {
"test": "mocha"
},
"repository": {
"type": "git",
"url": "git://github.com/yaniswang/PromiseClass.git"
},
"bugs": {
"url": "https://github.com/yaniswang/PromiseClass/issues"
},
"keywords": [
"promise",
"class",
"chain"
],
"author": "Yanis Wang",
"license": "MIT",
"engines": {
"node": ">= 4"
}
}