-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
45 lines (45 loc) · 1.24 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
{
"name": "shadow-rigs",
"engines": {
"node": "4.4.0",
"npm": "2.15.1"
},
"private": true,
"devDependencies": {
"angular": "~1.5.0",
"bower": "^1.3.1",
"grunt": "~0.4.1",
"grunt-cli": "^1.2.0",
"grunt-contrib-concat": "~0.5.0",
"grunt-contrib-jshint": "^0.10.0",
"grunt-contrib-sass": "~0.8.1",
"grunt-contrib-uglify": "~0.7.0",
"grunt-contrib-watch": "~0.6.1",
"grunt-karma": "0.10.1",
"grunt-sass": "1.1.0",
"jasmine-reporters": "^1.0.0",
"karma": "^0.12.37",
"karma-chrome-launcher": "~0.1.7",
"karma-commonjs": "0.0.13",
"karma-coverage": "0.2.1",
"karma-firefox-launcher": "^0.1.4",
"karma-htmlfile-reporter": "~0.1",
"karma-jasmine": "~0.2.0",
"karma-junit-reporter": "0.2.1",
"karma-phantomjs-launcher": "~0.2",
"node-sass": "^3.4.2",
"phantomjs": "^2.1.7",
"protractor": "~3.1.1",
"protractor-html-screenshot-reporter": ">=0.0.21"
},
"scripts": {
"postinstall": "bower install",
"start": "http-server src/main/webapp -a 0.0.0.0 -p 8000",
"preupdate-webdriver": "npm install",
"update-webdriver": "webdriver-manager update",
"preprotractor": "npm run update-webdriver"
},
"dependencies": {
"jquery": "^3.1.1"
}
}