-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
59 lines (59 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
{
"name": "hydrajs-testing-helper",
"description": "Hydra.js testing helper tools to improve testability of modules.",
"version": "1.5.3",
"author": "Tomas Corral",
"main": "./src/hydrajs-testing-helper.js",
"keywords": [
"hydra",
"modular",
"modules",
"scalable",
"testing",
"tdd",
"dependency injection"
],
"licenses": [
{
"type": "MIT",
"url": "http://www.opensource.org/licenses/mit-license.php"
}
],
"bugs": {
"mail": "[email protected]",
"url": "https://github.com/HydraJS/hydrajs-testing-helper/issues"
},
"repository": {
"type": "git",
"url": "https://github.com/HydraJS/hydrajs-testing-helper.git"
},
"scripts": {
"test": "node node_modules/karma/bin/karma start config/karma.conf.js --single-run --browsers PhantomJS config"
},
"devDependencies": {
"grunt": "1.0.1",
"grunt-contrib-compress": "1.4.1",
"grunt-contrib-concat": "1.0.1",
"grunt-contrib-copy": "1.0.0",
"grunt-contrib-jshint": "1.1.0",
"grunt-contrib-uglify": "2.2.1",
"grunt-karma": "2.0.0",
"hydra.js": "*",
"jasmine-core": "^2.5.2",
"karma": "1.5.0",
"karma-chrome-launcher": "2.0.0",
"karma-coffee-preprocessor": "1.0.1",
"karma-coverage": "1.1.1",
"karma-firefox-launcher": "1.0.1",
"karma-html2js-preprocessor": "1.1.0",
"karma-jasmine": "1.1.0",
"karma-junit-reporter": "1.2.0",
"karma-phantomjs-launcher": "1.0.4",
"karma-requirejs": "1.1.0",
"karma-script-launcher": "1.0.0",
"sinon": "2.1.0",
"swig": "1.4.2",
"uglify-js": "2.8.20"
},
"github": "https://github.com/HydraJS/hydrajs-testing-helper"
}