forked from tschaub/suite
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
32 lines (32 loc) · 1.01 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
{
"name": "geoserver",
"private": true,
"version": "4.5.0-SNAPSHOT",
"description": "GeoServer Web Application",
"author": "Boundless",
"repository": "https://github.com/boundlessgeo/suite.git",
"license": "GPL",
"devDependencies": {
"bower": "^1.3.1",
"karma": "~0.10",
"grunt-cli": "~0.1.13",
"grunt-connect-proxy": "~0.1.7",
"grunt-contrib-clean": "~0.5.0",
"grunt-contrib-concat": "~0.5.0",
"grunt-contrib-connect": "~0.6.0",
"grunt-contrib-copy": "~0.5.0",
"grunt-contrib-jshint": "~0.7.2",
"grunt-contrib-less": "~0.9.0",
"grunt-contrib-uglify": "~0.2.7",
"grunt-contrib-watch": "~0.5.3",
"grunt-html2js": "~0.2.4",
"grunt-ngmin": "0.0.3",
"grunt-protractor-runner": "^1.1.4",
"grunt-text-replace": "~0.3.12"
},
"scripts": {
"install": "node node_modules/grunt-protractor-runner/node_modules/protractor/bin/webdriver-manager update && bower install && grunt build && grunt dist",
"test": "grunt build test",
"start": "grunt start"
}
}