UNPKG

1.23 kBJSONView Raw
1{
2 "name": "bosonic-test-tools",
3 "version": "0.1.2",
4 "description": "test-tools ==========",
5 "main": "index.js",
6 "scripts": {
7 "test": "echo \"Error: no test specified\" && exit 1"
8 },
9 "repository": {
10 "type": "git",
11 "url": "git://github.com/bosonic/test-tools.git"
12 },
13 "author": "Raphaël Rougeron <goldoraf@gmail.com>",
14 "license": "MIT",
15 "bugs": {
16 "url": "https://github.com/bosonic/test-tools/issues"
17 },
18 "peerDependencies": {
19 "grunt": "~0.4.2",
20 "grunt-cli": "~0.1.13",
21 "grunt-contrib-watch": "~0.5.3",
22 "grunt-contrib-clean": "~0.5.0",
23 "grunt-contrib-connect": "~0.6.0",
24 "grunt-bosonic": "~0.2.0",
25 "grunt-contrib-copy": "~0.5.0",
26 "karma-script-launcher": "~0.1.0",
27 "karma-html2js-preprocessor": "~0.1.0",
28 "karma-chrome-launcher": "~0.1.2",
29 "karma-firefox-launcher": "~0.1.3",
30 "karma-jasmine": "~0.1.5",
31 "karma-coffee-preprocessor": "~0.1.3",
32 "requirejs": "~2.1.11",
33 "karma-requirejs": "~0.2.1",
34 "karma-phantomjs-launcher": "~0.1.2",
35 "karma": "~0.10.9",
36 "grunt-karma": "~0.6.2",
37 "mocha": "~1.17.1",
38 "karma-mocha": "~0.1.1",
39 "chai": "~1.9.0",
40 "karma-chai": "~0.1.0",
41 "karma-effroi": "0.0.0"
42 }
43}