-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
45 lines (45 loc) · 1.3 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
{
"name": "dwrat-app",
"version": "0.0.1",
"description": "Water Right Allocations for California",
"main": "",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "cd public && ../node_modules/http-server/bin/http-server",
"start-dist": "cd dist && ../node_modules/http-server/bin/http-server",
"dev": "grunt browserify:watch",
"init-dev": "npm install && bower install",
"build": "grunt build"
},
"repository": {
"type": "git",
"url": "git+ssh://git@github.com/ucd-cws/dwrat-app.git"
},
"author": "Justin Merz (jrmerz@ucdavis.edu)",
"license": "ISC",
"dependencies": {
"leaflet-canvas-geojson": "ucd-cws/leaflet-canvas-geojson"
},
"devDependencies": {
"grunt": "^0.4.5",
"grunt-browserify": "^4.0.0",
"grunt-config-dir": "^0.3.2",
"grunt-contrib-clean": "^0.6.0",
"grunt-contrib-concat": "^0.5.1",
"grunt-contrib-copy": "^0.8.0",
"grunt-contrib-cssmin": "^0.13.0",
"grunt-contrib-uglify": "^0.9.1",
"grunt-copy-to": "0.0.12",
"grunt-filerev": "^2.3.1",
"grunt-usemin": "^3.0.0",
"http-server": "^0.8.0"
},
"bugs": {
"url": "https://github.com/ucd-cws/dwrat-app/issues"
},
"homepage": "https://github.com/ucd-cws/dwrat-app#readme",
"keywords": [
"water",
"drought"
]
}