-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
43 lines (43 loc) · 1.37 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
{
"title": "COMPROT Frontend",
"name": "comprot-frontend",
"description": "COMPROT AngularJS Frontend",
"repository": "https://github.com/medien-dresden/comprot-frontend",
"version": "1.0.0-SNAPSHOT",
"license": "GPLv3",
"homepage": "https://github.com/medien-dresden/comprot-frontend",
"copyright": "Medien-Dresden.de",
"author": "Medien-Dresden.de",
"private": true,
"devDependencies": {
"grunt-cli": "~0.1.13",
"karma-chrome-launcher": "~0.1.3",
"karma-firefox-launcher": "~0.1.3",
"grunt-contrib-copy": "~0.5.0",
"grunt-protractor-runner": "~1.0.0",
"karma-jasmine": "~0.1.5",
"karma-junit-reporter": "~0.2.2",
"grunt-contrib-clean": "~0.5.0",
"grunt-contrib-concat": "~0.4.0",
"grunt-contrib-uglify": "~0.4.0",
"http-server": "~0.6.1",
"grunt-karma": "~0.8.3",
"grunt-html2js": "~0.2.6",
"grunt-contrib-jshint": "~0.10.0",
"bower": "~1.3.3",
"grunt-contrib-watch": "~0.6.1",
"grunt": "~0.4.5",
"protractor": "0.23.1",
"karma": "~0.12.16",
"grunt-contrib-less": "0.10.0",
"karma-coverage": "~0.2.2",
"grunt-karma-coveralls": "~2.5.1",
"grunt-contrib-compress": "~0.9.1",
"grunt-contrib-rename": "0.0.3"
},
"scripts": {
"install": "bower install && webdriver-manager update",
"start": "http-server -p 8000 & webdriver-manager start",
"prestart": "grunt build"
}
}