-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
48 lines (48 loc) · 1.26 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
{
"name": "webapp",
"version": "1.0.0",
"description": "Template app made with modern web technologies.",
"author": "Peter Heisig",
"license": "GPLv3",
"private": true,
"repository": {
"type": "git",
"url": "https://github.com/medien-dresden/webapp"
},
"bugs": {
"url": "https://github.com/medien-dresden/webapp/issues"
},
"devDependencies": {
"angular-mocks": "*",
"astrolabe": "*",
"bower": "*",
"coffee-script": "*",
"grunt": "*",
"grunt-bowercopy": "*",
"grunt-contrib-clean": "*",
"grunt-contrib-coffee": "*",
"grunt-contrib-compass": "*",
"grunt-contrib-jade": "*",
"grunt-contrib-uglify": "*",
"grunt-contrib-watch": "*",
"grunt-karma": "*",
"grunt-karma-coveralls": "^2.5.1",
"grunt-ng-annotate": "*",
"grunt-protractor-runner": "*",
"http-server": "*",
"jasmine-reporters": "~1.0.0",
"karma": "*",
"karma-coffee-preprocessor": "*",
"karma-coverage": "*",
"karma-jasmine": "*",
"karma-junit-reporter": "*",
"karma-phantomjs-launcher": "*",
"matchdep": "*",
"mkdirp": "*",
"protractor": "*"
},
"scripts": {
"postinstall": "bower install && webdriver-manager update",
"start": "http-server dist & webdriver-manager start"
}
}