-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
58 lines (58 loc) · 1.35 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
46
47
48
49
50
51
52
53
54
55
56
57
58
{
"name": "hazdev-webutils",
"version": "0.1.9",
"homepage": "http://earthquake.usgs.gov/",
"repository": "https://github.com/usgs/hazdev-webutils.git",
"description": "Utilities commonly used in web applications developed by the EHP HazDev team.",
"author": {
"name": "Jeremy Fee",
"email": "[email protected]"
},
"contributors": [
{
"name": "Eric Martinez",
"email": "[email protected]"
},
{
"name": "Eddie Hunter",
"email": "[email protected]"
}
],
"keywords": [
"usgs",
"ehp",
"hazdev",
"mvc",
"util"
],
"scripts": {
"test": "grunt test"
},
"main": "dist/index.js",
"license": "Public Domain",
"dependencies": {},
"devDependencies": {
"autoprefixer": "^6.3.6",
"chai": "^3.5.0",
"cssnano": "^3.7.0",
"gateway": "^1.0.0",
"grunt": "^1.0.1",
"grunt-browserify": "^5.0.0",
"grunt-connect-proxy": "^0.2.0",
"grunt-contrib-clean": "^1.0.0",
"grunt-contrib-connect": "^1.0.2",
"grunt-contrib-copy": "^1.0.0",
"grunt-contrib-jshint": "^1.0.0",
"grunt-contrib-uglify": "^1.0.1",
"grunt-contrib-watch": "^1.0.0",
"grunt-mocha-phantomjs": "3.0.0",
"grunt-postcss": "^0.8.0",
"hazdev-template": "~1.1.1",
"mocha": "^2.5.3",
"precss": "^1.4.0",
"sinon": "^1.17.4"
},
"engines": {
"node": ">=0.1.0"
}
}