-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
39 lines (39 loc) · 869 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
34
35
36
37
38
39
{
"name": "grapnel-plus",
"version": "0.0.3",
"description": "Additional features for Grapnel router",
"author": {
"name": "Nick Gavrilov",
"email": "[email protected]"
},
"scripts": {
"test": "mocha test/specs.js"
},
"homepage": "https://github.com/ilearnio/grapnel-plus",
"repository": {
"type": "git",
"url": "git+https://github.com/ilearnio/grapnel-plus.git"
},
"bugs": {
"url": "https://github.com/ilearnio/grapnel-plus/issues"
},
"keywords": [
"router",
"universal",
"middleware"
],
"license": "ISC",
"main": "router.js",
"files": [
"router-client.js",
"router-server.js",
"router.js"
],
"dependencies": {
"grapnel": "github:ilearnio/grapnel",
"grapnel-server": "github:ilearnio/grapnel#server-router"
},
"devDependencies": {
"mock-browser": "^0.92.12"
}
}