forked from arboleya/ways-addressbar
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
43 lines (43 loc) · 902 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
41
42
43
{
"name": "ways-browser",
"version": "0.1.1",
"author": "Anderson Arboleya <[email protected]>",
"description": "Browser middleware for Ways, supporting both pushState and #hash urls.",
"keywords": [
"router",
"navigation",
"browser",
"middleware"
],
"main": "./lib",
"scripts": {
"test": "make test"
},
"directories": {
"src": "./src"
},
"repository": {
"type": "git",
"url": "http://github.com/serpentem/ways-browser"
},
"engines": {
"node": ">= 0.10"
},
"dependencies": {
"happens": "0.3.x"
},
"devDependencies": {
"wd": "0.2.x",
"coffee-script": "1.6.x",
"chai": "1.8.x",
"mocha": "1.14.x",
"mversion": "0.2.x",
"coveralls": "2.3.x",
"istanbul-middleware": "0.1.x",
"express": "3.3.x",
"polvo": "0.6.x",
"fs-util": "0.3.x",
"optimist": "0.6.x",
"request": "2.27.x"
}
}