-
Notifications
You must be signed in to change notification settings - Fork 4
/
package.json
39 lines (39 loc) · 839 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": "cycle-router5",
"version": "0.2.0",
"description": "A router driver for Cycle.js, based on Router5",
"main": "dist/driver.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "https://github.com/axefrog/cycle-router5"
},
"keywords": [
"cycle",
"cycle.js",
"cyclejs",
"router",
"router5",
"js"
],
"author": "Nathan Ridley",
"license": "BSD",
"bugs": {
"url": "https://github.com/axefrog/cycle-router5/issues"
},
"homepage": "https://github.com/axefrog/cycle-router5",
"devDependencies": {
"babel-core": "^5.8.22",
"gulp": "^3.9.0",
"gulp-babel": "^5.2.0"
},
"dependencies": {
"router5": "^0.5.0",
"rx": "^3.1.0"
},
"peerDependencies": {
"@cycle/core": "^3.0"
}
}