forked from ubergrape/router
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
30 lines (30 loc) · 1.07 KB
/
package.json
File metadata and controls
30 lines (30 loc) · 1.07 KB
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
{
"name": "router",
"description": "A nice client-side router.",
"version": "0.6.3",
"keywords": [
"router",
"push",
"replace",
"link",
"delegate",
"listen"
],
"main": "lib/index.js",
"dependencies": {
"express": "~3.3.4",
"hbs": "~2.3.0",
"event": "git://github.com/npmcomponent/component-event.git",
"indexof": "git://github.com/npmcomponent/component-indexof.git",
"link-delegate": "git://github.com/npmcomponent/component-link-delegate.git",
"path-to-regexp": "git://github.com/npmcomponent/component-path-to-regexp.git",
"querystring": "git://github.com/npmcomponent/component-querystring.git",
"url": "git://github.com/npmcomponent/component-url.git",
"history": "git://github.com/npmcomponent/ianstormtaylor-history.git",
"ware": "git://github.com/npmcomponent/segmentio-ware.git",
"next-tick": "git://github.com/npmcomponent/timoxley-next-tick.git",
"prevent": "git://github.com/npmcomponent/yields-prevent.git",
"stop": "git://github.com/npmcomponent/yields-stop.git"
},
"license": "MIT"
}