-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
33 lines (33 loc) · 881 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
{
"name": "@nitzan/future.js",
"version": "1.0.1",
"description": "A wrapper for the Promise object",
"main": "index.js",
"scripts": {
"test": "mocha test/bin/*.js --reporter spec"
},
"repository": {
"type": "git",
"url": "git+https://github.com/nitzantomer/future.js.git"
},
"keywords": [
"promise",
"async"
],
"author": "Nitzan Tomer <[email protected]> (https://github.com/nitzantomer)",
"license": "MIT",
"bugs": {
"url": "https://github.com/nitzantomer/future.js/issues"
},
"homepage": "https://github.com/nitzantomer/future.js#readme",
"devDependencies": {
"@types/chai": "^3.4.32",
"@types/chai-as-promised": "0.0.28",
"@types/mocha": "^2.2.31",
"@types/node": "^6.0.38",
"chai": "^3.5.0",
"chai-as-promised": "^5.3.0",
"mocha": "^3.0.2",
"typescript": "^2.1.0-dev.20160910"
}
}