-
Notifications
You must be signed in to change notification settings - Fork 10
/
package.json
40 lines (40 loc) · 1004 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
40
{
"name": "mercury-router",
"version": "1.4.2",
"description": "This is a mercury router component from Raynos : https://gist.github.com/adbf7951bee3fdfe1a65.git",
"main": "index.js",
"scripts": {
"test": "npm run lint && NODE_ENV=test node test/test | tap-spec",
"lint": "eslint lib test example/index.js *.js"
},
"author": "@Raynos",
"license": "MIT",
"dependencies": {
"geval": "2.1.1",
"global": "4.3.0",
"observ": "0.2.0",
"route-map": "azer/route-map#44982d8",
"virtual-dom": "2.1.1"
},
"devDependencies": {
"tape": "^4.0.0",
"tap-spec": "^4.0.2",
"eslint": "^2.8.0"
},
"directories": {
"example": "example",
"test": "test"
},
"keywords": [
"mercury",
"router"
],
"repository": {
"type": "git",
"url": "https://github.com/twilson63/mercury-router.git"
},
"bugs": {
"url": "https://github.com/twilson63/mercury-router/issues"
},
"homepage": "https://github.com/twilson63/mercury-router"
}