-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathpackage.json
44 lines (44 loc) · 970 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
44
{
"name": "ways-addressbar",
"version": "0.2.1",
"author": "Anderson Arboleya <[email protected]>",
"description": "AddressBar plugin for Ways, supporting /pushState and #hash urls",
"keywords": [
"flow",
"router",
"browser",
"addressbar",
"navigation"
],
"main": "./lib",
"scripts": {
"test": "make test"
},
"repository": {
"type": "git",
"url": "http://github.com/arboleya/ways-addressbar"
},
"engines": {
"node": ">= 0.10"
},
"dependencies": {
"happens": "0.6.x"
},
"devDependencies": {
"chai": "2.2.x",
"codeclimate-test-reporter": "0.0.4",
"coveralls": "2.11.x",
"express": "^4.12.3",
"fs-util": "0.3.x",
"istanbul": "0.3.x",
"istanbul-middleware": "^0.2.0",
"mocha": "2.2.x",
"mversion": "^1.10.0",
"npm-check": "^3.2.10",
"optimist": "^0.6.1",
"polvo": "0.6.x",
"request": "^2.55.0",
"spacejam": "^1.1.4",
"wd": "^0.3.11"
}
}