forked from usgs/earthquake-website
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
36 lines (36 loc) · 937 Bytes
/
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
{
"name": "earthquake-website",
"version": "0.1.1",
"description": "earthquake hazards program website",
"repository": {
"type": "git",
"url": "https://github.com/usgs/earthquake-website.git"
},
"keywords": [
"usgs"
],
"scripts": {},
"dependencies": {},
"devDependencies": {
"chai": "^3.2.0",
"gateway": "^1.0.0",
"grunt": "^0.4.5",
"grunt-concurrent": "^2.0.0",
"grunt-connect-proxy": "^0.2.0",
"grunt-contrib-clean": "^0.6.0",
"grunt-contrib-compass": "^1.0.3",
"grunt-contrib-connect": "^0.10.1",
"grunt-contrib-copy": "^0.8.0",
"grunt-contrib-cssmin": "^0.12.3",
"grunt-contrib-jshint": "^0.11.2",
"grunt-contrib-uglify": "^0.9.1",
"grunt-contrib-watch": "^0.6.1",
"grunt-mocha-phantomjs": "^0.7.0",
"hazdev-template": "usgs/hazdev-template#v1.2.0",
"ini": "^1.3.4",
"mocha": "^2.2.5"
},
"engines": {
"node": ">=4.5.0"
}
}