-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
60 lines (60 loc) · 1.65 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
50
51
52
53
54
55
56
57
58
59
60
{
"name": "hydrajs-router-plugin",
"description": "Hydra.js plugin to execute the specified callback when the url changes.",
"version": "1.0.0",
"author": "Tomas Corral",
"main": "./src/hydrajs-router-plugin.js",
"keywords": [
"hydra",
"modular",
"modules",
"scalable",
"testing",
"routing",
"router",
"route",
"ready"
],
"licenses": [
{
"type": "MIT",
"url": "http://www.opensource.org/licenses/mit-license.php"
}
],
"bugs": {
"mail": "[email protected]",
"url": "https://github.com/HydraJS/hydrajs-router-plugin/issues"
},
"repository": {
"type": "git",
"url": "https://github.com/HydraJS/hydrajs-router-plugin.git"
},
"scripts": {
"test": "node node_modules/karma/bin/karma start config/karma.conf.js --single-run --browsers PhantomJS config"
},
"devDependencies": {
"grunt": "~0.4.1",
"grunt-contrib-compress": "~0.5.0",
"grunt-contrib-concat": "~0.3.0",
"grunt-contrib-copy": "~0.4.1",
"grunt-contrib-jshint": "~0.5.4",
"grunt-contrib-uglify": "~0.2.1",
"grunt-karma": "0.6.2",
"hydra.js": "*",
"karma": "~0.10.4",
"karma-chrome-launcher": "~0.1.0",
"karma-coffee-preprocessor": "~0.1.0",
"karma-coverage": "~0.1.0",
"karma-firefox-launcher": "~0.1.0",
"karma-html2js-preprocessor": "~0.1.0",
"karma-jasmine": "~0.1.3",
"karma-junit-reporter": "~0.2.1",
"karma-phantomjs-launcher": "~0.1.0",
"karma-requirejs": "~0.1.0",
"karma-script-launcher": "~0.1.0",
"sinon": "~1.7.3",
"uglify-js": "2.4.6",
"zlib": "1.0.5"
},
"github": "https://github.com/HydraJS/hydrajs-router-plugin"
}