forked from baseprime/grapnel
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
43 lines (43 loc) · 990 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": "grapnel",
"version": "0.5.8",
"description": "The smallest JavaScript Router with PushState & Named Parameter support",
"main": "dist/grapnel.min.js",
"scripts": {
"test": "pushd ./test; python -m SimpleHTTPServer 3002; popd"
},
"repository": {
"type": "git",
"url": "https://github.com/EngineeringMode/Grapnel.js.git"
},
"keywords": [
"grapnel",
"route",
"routing",
"router",
"hash",
"anchor",
"tiny",
"require",
"named",
"parameters",
"middleware",
"backbone",
"routie",
"pushState",
"api"
],
"author": "Greg Sabia Tucker <[email protected]>",
"link": "http://artificer.io",
"license": "MIT",
"bugs": {
"url": "https://github.com/EngineeringMode/Grapnel.js/issues"
},
"homepage": "http://grapnel.js.org",
"devDependencies": {
"grunt": "^0.4.5",
"grunt-contrib-concat": "^0.5.0",
"grunt-contrib-qunit": "^0.5.2",
"grunt-contrib-uglify": "^0.7.0"
}
}