forked from erin-noe-payne/super-router
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
45 lines (45 loc) · 1.07 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": "super-router",
"version": "2.0.6",
"repository": {
"type": "git",
"url": "https://github.com/autoric/super-router"
},
"main": "lib/index.js",
"dependencies": {
"esdoc": "^0.4.1",
"isstream": "^0.1.2",
"lodash": "^3.9.3",
"q": "^1.4.1",
"route-parser": "0.0.4"
},
"scripts": {
"test": "mocha test/**/*.js -w",
"ci-test": "mocha test/**/*.js",
"lint": "eslint lib test",
"doc": "istanbul cover ./node_modules/.bin/_mocha -- test -R spec && esdoc -c esdoc.json && gh-pages -d . -s '{doc,coverage}/**/*'"
},
"devDependencies": {
"chai": "^3.0.0",
"chai-as-promised": "^5.1.0",
"eslint": "^1.7.3",
"gh-pages": "^0.4.0",
"istanbul": "^0.4.0",
"mocha": "^2.2.5",
"proxyquire": "^1.7.3",
"sinon": "^1.17.2",
"sinon-chai": "^2.8.0",
"sinon-promises": "^1.0.0",
"through2": "^2.0.0"
},
"maintainers": [
{
"name": "Erin Noe-Payne",
"email": "[email protected]"
},
{
"name": "Chris Langager",
"email": "[email protected]"
}
]
}