-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
59 lines (59 loc) · 1.36 KB
/
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
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
{
"name": "spine-route",
"description": "The minimistic router from Spine, extracted microjs style.",
"version": "1.0.1",
"license": {
"type": "MIT"
},
"badges": {
"travis": true,
"npm": true,
"david": true,
"daviddev": true,
"gittip": "bevry",
"flattr": "344188/balupton-on-Flattr",
"paypal": "QB8GQPZAH84N6",
"bitcoin": "https://coinbase.com/checkouts/9ef59f5479eec1d97d63382c9ebcb93a",
"wishlist": "http://amzn.com/w/2F8TXKSNAFG4V"
},
"keywords": [
"spine",
"microjs",
"router",
"route",
"routing",
"hashchange",
"pushstate",
"history"
],
"author": "2013+ Bevry Pty Ltd <us@bevry.me> (http://bevry.me)",
"maintainers": [
"Benjamin Lupton <b@lupton.cc> (https://github.com/balupton)"
],
"contributors": [
"Benjamin Lupton <b@lupton.cc> (https://github.com/balupton)",
"Zearin (https://github.com/Zearin)"
],
"repository": {
"type": "git",
"url": "http://github.com/bevry/spine-route.git"
},
"bugs": {
"url": "https://github.com/bevry/spine-route/issues"
},
"devDependencies": {
"coffee-script": "~1.7.1",
"projectz": "~0.3.14"
},
"browser": {
"jquery": false
},
"main": "./out/lib/route.js",
"scripts": {
"test": "echo 'no tests yet'"
},
"cakeConfiguration": {
"COFFEE_SRC_PATH": "src",
"BISCOTTO_SRC_PATH": "src"
}
}