-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
36 lines (36 loc) · 1022 Bytes
/
package.json
File metadata and controls
36 lines (36 loc) · 1022 Bytes
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
{
"name": "eighty",
"version": "0.9.9",
"description": "",
"main": "index.js",
"scripts": {
"postinstall": "webdriver-manager update & bower install"
},
"author": "",
"license": "ISC",
"devDependencies": {
"bower": "^1.3.1",
"grunt": "^0.4.5",
"grunt-cli": "^0.1.13",
"grunt-contrib-clean": "^0.5.0",
"grunt-contrib-connect": "^0.8.0",
"grunt-contrib-copy": "~0.5.0",
"grunt-contrib-jshint": "latest",
"jshint-stylish": "latest",
"grunt-contrib-concat": "latest",
"grunt-contrib-cssmin": "latest",
"grunt-contrib-uglify": "latest",
"grunt-ng-annotate": "latest",
"grunt-karma": "^0.8.3",
"grunt-ngdocs": "^0.2.2",
"karma-firefox-launcher": "^0.1.3",
"karma-jasmine": "^0.1.5",
"protractor": "latest",
"protractor-html-screenshot-reporter": "0.0.10",
"karma-coverage": "~0.2.4",
"grunt-processhtml": "^0.3.3",
"grunt-open": "0.2.3",
"grunt-remove-logging": "latest",
"grunt-protractor-runner": "~1.2.1"
}
}