forked from promises-aplus/promises-tests
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
29 lines (29 loc) · 851 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
{
"name": "promises-aplus-tests",
"description": "Compliance test suite for Promises/A+",
"keywords": ["promises", "promises-aplus"],
"version": "2.0.3",
"implements": ["Promises/A+ 1.1.0"],
"author": "Domenic Denicola <[email protected]> (http://domenicdenicola.com)",
"license": "WTFPL",
"repository": {
"type": "git",
"url": "git://github.com/promises-aplus/promises-tests.git"
},
"bugs": "https://github.com/promises-aplus/promises-tests/issues",
"main": "lib/programmaticRunner.js",
"bin": {
"promises-aplus-tests": "lib/cli.js"
},
"scripts": {
"lint": "jshint lib"
},
"dependencies": {
"mocha": "~1.13.0",
"sinon": "~1.7.3",
"underscore": "~1.5.2"
},
"devDependencies": {
"jshint": "~2.3.0"
}
}