forked from tildeio/router.js
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
49 lines (49 loc) · 1.41 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
{
"name": "router_js",
"namespace": "Router",
"version": "1.2.5",
"description": "A lightweight JavaScript library is built on top of route-recognizer and rsvp.js to provide an API for handling routes",
"author": "Tilde, Inc.",
"license": "MIT",
"main": "dist/router.js",
"repository": {
"type": "git",
"url": "https://github.com/tildeio/router.js.git"
},
"devDependencies": {
"broccoli": "^0.9.0",
"broccoli-concat": "0.0.6",
"broccoli-concat-filenames": "^0.1.1",
"broccoli-es3-safe-recast": "0.0.8",
"broccoli-es6-module-filter": "pangratz/broccoli-es6-module-filter#allow_empty_packageName",
"broccoli-file-mover": "^0.2.0",
"broccoli-jshint": "~0.5.1",
"broccoli-merge-trees": "^0.1.3",
"broccoli-static-compiler": "^0.1.4",
"broccoli-uglify-js": "^0.1.3",
"broccoli-wrap": "^0.0.2",
"connect-redirection": "0.0.1",
"ember-cli": "0.0.41",
"grunt": "~0.4.2",
"grunt-broccoli": "^0.2.0",
"grunt-cli": "~0.1.11",
"grunt-contrib-clean": "~0.5.0",
"grunt-contrib-qunit": "^1.2.0",
"grunt-s3": "~0.2.0-alpha.2",
"load-grunt-config": "~0.5.0",
"load-grunt-tasks": "~0.2.0"
},
"scripts": {
"test": "grunt test",
"start": "grunt server",
"prepublish": "grunt build"
},
"bugs": {
"url": "https://github.com/tildeio/router.js/issues"
},
"keywords": [
"router",
"route-recognizer",
"rsvp"
]
}