forked from TexasDigitalLibrary/Vireo
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
46 lines (46 loc) · 1.51 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
{
"name": "vireo",
"private": false,
"version": "4.0.0",
"description": "Vireo 4",
"homepage": "https://github.com/TexasDigitalLibrary/Vireo",
"repository": {
"type": "git",
"url": "https://github.com/TexasDigitalLibrary/Vireo"
},
"license": "BSD-2-Clause",
"scripts": {
"postinstall": "bower install",
"prestart": "npm install",
"start": "http-server -a 0.0.0.0.0.0 -p 8000",
"pretest": "npm install",
"test": "node node_modules/karma/bin/karma start src/main/webapp/WEB-INF/tests/karma.conf.js",
"test-single-run": "node node_modules/karma/bin/karma start src/main/webapp/WEB-INF/tests/karma.conf.js --single-run",
"preupdate-webdriver": "npm install",
"update-webdriver": "webdriver-manager update",
"preprotractor": "npm run update-webdriver",
"protractor": "protractor src/main/webapp/WEB-INF/tests/protractor-conf.js"
},
"devDependencies": {
"bower": "1.8.0",
"grunt": "1.0.1",
"grunt-cli": "1.2.0",
"grunt-contrib-compass": "1.1.1",
"grunt-contrib-concat": "1.0.1",
"grunt-contrib-jshint": "1.1.0",
"grunt-contrib-uglify": "2.3.0",
"grunt-contrib-watch": "1.0.0",
"grunt-usemin": "3.1.1",
"http-server": "0.9.0",
"jasmine-core": "2.5.2",
"jshint-stylish": "2.2.1",
"karma": "1.6.0",
"karma-chrome-launcher": "2.0.0",
"karma-firefox-launcher": "1.0.1",
"karma-jasmine": "1.1.0",
"karma-junit-reporter": "1.2.0",
"load-grunt-tasks": "3.5.2",
"protractor": "5.1.1",
"time-grunt": "1.4.0"
}
}