forked from baseprime/grapnel
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
44 lines (44 loc) · 1007 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": "grapnel",
"version": "0.5.9",
"description": "The smallest JavaScript Router with PushState & Named Parameter support",
"main": "src/grapnel.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",
"express",
"server",
"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"
}
}