UNPKG

626 BJSONView Raw
1{
2 "name": "promise",
3 "version": "3.2.0",
4 "description": "Bare bones Promises/A+ implementation",
5 "main": "index.js",
6 "scripts": {
7 "test": "mocha -R spec --timeout 200 --slow 99999",
8 "test-resolve": "mocha test/resolver-tests.js -R spec --timeout 200 --slow 999999",
9 "test-extensions": "mocha test/extensions-tests.js -R spec --timeout 200 --slow 999999"
10 },
11 "repository": {
12 "type": "git",
13 "url": "https://github.com/then/promise.git"
14 },
15 "author": "ForbesLindesay",
16 "license": "MIT",
17 "devDependencies": {
18 "promises-aplus-tests": "*",
19 "better-assert": "*",
20 "mocha": "*"
21 }
22}
\No newline at end of file