-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
41 lines (39 loc) · 1.17 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
{
"name": "angular-firebase-base-project",
"private": true,
"version": "0.0.0",
"description": "Starter project for AngularJS/Firebase projects",
"repository": "",
"license": "MIT",
"devDependencies": {
"protractor": "^1.1.1",
"http-server": "^0.6.1",
"bower": "^1.3.1",
"shelljs": "^0.2.6",
"grunt": "~0.4.1",
"grunt-contrib-clean": "~0.5.0",
"grunt-contrib-concat": "~0.3.0",
"grunt-contrib-copy": "~0.5.0",
"grunt-contrib-cssmin": "~0.7.0",
"grunt-contrib-htmlmin": "~0.2.0",
"grunt-contrib-jshint": "^0.10.0",
"grunt-contrib-uglify": "~0.3.2",
"grunt-contrib-watch": "^0.6.1",
"grunt-karma": "~0.10.1",
"grunt-protractor-runner": "~1.2.1",
"grunt-ng-annotate": "~0.10.0",
"karma": "0.12.31",
"karma-junit-reporter": "^0.2.2",
"karma-chrome-launcher": "^0.1.4",
"karma-jasmine": "^0.1.5",
"karma-phantomjs-launcher": "~0.1.4",
"phantomjs": "^2.0.0"
},
"scripts": {
"postinstall": "bower install",
"prestart": "npm install",
"start": "http-server -a localhost -p 8000 -c-1",
"preupdate-webdriver": "npm install",
"update-webdriver": "webdriver-manager update"
}
}