forked from ramiel/router.js
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
38 lines (38 loc) · 1.12 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
{
"name": "router.js",
"basename": "router",
"version": "0.8.4",
"description": "Lightweight and powerful router for javascript applications",
"author": "Fabrizio Ruggeri <[email protected]>",
"website": "http://ramielcreations.com/projects/router-js/",
"repository": {
"type": "git",
"url": "https://github.com/ramiel/router.js"
},
"dependencies": {},
"devDependencies": {
"karma": ">=0.12.0",
"requirejs": "^2.1.11",
"karma-requirejs": "^0.2.1",
"karma-chrome-launcher": "^0.1.2",
"karma-firefox-launcher": "^0.1.3",
"karma-phantomjs-launcher": "^0.1.2",
"mocha": "^1.18.2",
"chai": "^1.9.1",
"karma-chai": "^0.1.0",
"karma-mocha": "^0.1.3",
"karma-mocha-reporter": "^0.2.2",
"karma-chai-plugins": "^0.2.0",
"grunt": "^0.4.4",
"grunt-contrib-uglify": "^0.4.0",
"grunt-contrib-jshint": "^0.10.0",
"grunt-karma": "^0.8.2",
"grunt-contrib-watch": "^0.6.1",
"grunt-newer": "^0.7.0"
},
"scripts": {
"test": "./node_modules/karma/bin/karma start --single-run --browsers PhantomJS"
},
"license": "GPL2",
"engine": "node >= 0.8.0"
}