-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
70 lines (70 loc) · 1.98 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
61
62
63
64
65
66
67
68
69
70
{
"name": "sinonjs-hydrajs-testing-helper",
"description": "SinonJS adapter to use it with hydrajs-testing-helper.",
"version": "1.1.3",
"author": "Tomas Corral",
"main": "./src/sinonjs-hydrajs-testing-helper.js",
"keywords": [
"hydra",
"modular",
"modules",
"scalable",
"sinonjs",
"mock",
"stub",
"dependency injection"
],
"licenses": [
{
"type": "MIT",
"url": "http://www.opensource.org/licenses/mit-license.php"
}
],
"bugs": {
"mail": "[email protected]",
"url": "https://github.com/HydraJS/sinonjs-hydrajs-testing-helper/issues"
},
"repository": {
"type": "git",
"url": "https://github.com/HydraJS/sinonjs-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.3.0",
"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": "*",
"hydrajs-testing-helper": "*",
"jasmine-core": "^2.5.2",
"karma": "^1.7.1",
"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",
"tar": ">=4.4.18",
"socket.io-parser": ">=3.3.2",
"trim-newlines": ">=3.0.1",
"glob-parent": ">=5.1.2",
"xmlhttprequest-ssl": ">=1.6.2",
"socket.io": ">=2.4.0",
"ws": ">=1.1.5",
"braces": ">=2.3.1",
"js-yaml": ">=3.13.1"
},
"github": "https://github.com/HydraJS/sinonjs-hydrajs-testing-helper"
}