forked from mikemilano/kalabox
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
53 lines (53 loc) · 1.59 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
{
"name": "Kalabox",
"version": "0.1.6",
"main": "src/index.html",
"private": true,
"window": {
"title": "Kalabox",
"toolbar": true,
"frame": true,
"width": 700,
"height": 520,
"position": "center",
"resizeable": "false"
},
"scripts": {
"test": "grunt test"
},
"dependencies": {
"lodash": "~2.4.1"
},
"devDependencies": {
"compression": "~1.0.9",
"grunt": "^0.4.5",
"grunt-bower-install-simple": "^1.0.0",
"grunt-bump": "0.0.15",
"grunt-contrib-clean": "~0.6.0",
"grunt-contrib-compress": "https://github.com/kalabox/grunt-contrib-compress/tarball/master",
"grunt-contrib-connect": "^0.8.0",
"grunt-contrib-copy": "~0.5.0",
"grunt-contrib-jshint": "~0.10.0",
"grunt-contrib-less": "~0.11.4",
"grunt-contrib-watch": "~0.6.1",
"grunt-jscs": "^0.6.2",
"grunt-karma": "^0.8.3",
"grunt-node-webkit-builder": "~0.2.2",
"grunt-protractor-runner": "https://github.com/kalabox/grunt-protractor-runner/tarball/master",
"grunt-shell": "~1.0.1",
"jshint-stylish": "^0.4.0",
"karma": "^0.12.21",
"karma-chrome-launcher": "^0.1.4",
"karma-coverage": "^0.2.6",
"karma-jasmine": "^0.1.5",
"karma-ng-html2js-preprocessor": "^0.1.0",
"karma-nodewebkit-launcher": "https://github.com/kalabox/karma-nodewebkit-launcher/tarball/node-webkit-travis",
"karma-phantomjs-launcher": "^0.1.4",
"matchdep": "~0.3.0",
"nodewebkit": "~0.10.2",
"protractor": "https://github.com/kalabox/protractor/tarball/master",
"request": "~2.40.0",
"tar.gz": "~0.1.1",
"unzip": "~0.1.9"
}
}