-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
45 lines (45 loc) · 1.12 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
{
"name": "cspromise",
"version": "0.0.0",
"description": "CSP constructs for JavaScript Promises",
"main": "lib/index.js",
"repository": {
"type": "git",
"url": "ssh://[email protected]/tejasmanohar/cspromise.git"
},
"author": "Tejas Manohar <[email protected]>",
"license": "MIT",
"bugs": {
"url": "https://github.com/tejasmanohar/cspromise/issues"
},
"homepage": "https://github.com/tejasmanohar/cspromise",
"dependencies": {
"bluebird": "^3.4.6",
"node-semaphore": "0.0.2",
"qevented": "^1.0.2"
},
"devDependencies": {
"ava": "^0.16.0",
"babel-cli": "^6.14.0",
"babel-eslint": "^6.1.2",
"babel-plugin-add-module-exports": "^0.2.1",
"babel-plugin-transform-async-to-generator": "^6.8.0",
"babel-plugin-transform-runtime": "^6.15.0",
"babel-polyfill": "^6.13.0",
"babel-preset-es2015": "^6.14.0",
"babel-register": "^6.14.0",
"co": "^4.6.0",
"coveralls": "^2.11.12",
"delay": "^1.3.1",
"nyc": "^8.1.0",
"standard": "^8.0.0"
},
"ava": {
"require": [
"babel-register"
]
},
"standard": {
"parser": "babel-eslint"
}
}