-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
37 lines (37 loc) · 887 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
{
"name": "mithril-history-router",
"version": "0.0.3",
"description": "An alternative to `m.route`. Exposes the History API using a thin Stack abstraction with routing utility functions",
"main": "index.js",
"dependencies": {
"http-hash": "^2.0.0"
},
"devDependencies": {
"browserify": "^12.0.1",
"wzrd": "^1.3.1"
},
"peerDependencies": {
"mithril": "^0.2.0"
},
"scripts": {
"test": "wzrd test.js --pushstate"
},
"repository": {
"type": "git",
"url": "git+ssh://[email protected]/emilbayes/mithril-router.git"
},
"keywords": [
"mithril",
"route",
"router",
"routing",
"m.route",
"http-hash"
],
"author": "Emil Bay <[email protected]>",
"license": "ISC",
"bugs": {
"url": "https://github.com/emilbayes/mithril-router/issues"
},
"homepage": "https://github.com/emilbayes/mithril-router#readme"
}