forked from jmfee-usgs/hydra-web-display
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
executable file
·50 lines (50 loc) · 1.26 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
{
"name": "hydra-web-display",
"version": "0.1.0",
"description": "Display information from Hydra software in a web interface.",
"repository": {
"type": "git",
"url": "https://github.com/usgs/hazdev-skeleton.git"
},
"keywords": [
"usgs"
],
"scripts": {
"test": "grunt test"
},
"license": "CC0-1.0",
"dependencies": {},
"devDependencies": {
"autoprefixer": "^6.0.3",
"babel-preset-es2015": "^6.9.0",
"babelify": "^7.3.0",
"chai": "^3.4.0",
"compression": "^1.6.0",
"cssnano": "^3.3.1",
"gateway": "^1.0.0",
"glob": "^7.0.3",
"grunt": "^0.4.5",
"grunt-browserify": "^4.0.1",
"grunt-connect-proxy": "^0.2.0",
"grunt-connect-rewrite": "^0.2.1",
"grunt-contrib-clean": "^0.6.0",
"grunt-contrib-connect": "^0.11.2",
"grunt-contrib-copy": "^0.8.2",
"grunt-contrib-jshint": "^0.11.0",
"grunt-contrib-uglify": "^0.10.0",
"grunt-contrib-watch": "^0.6.1",
"grunt-mocha-phantomjs": "3.0.0",
"grunt-postcss": "^0.7.0",
"hazdev-template": "~0.2.4",
"hazdev-webutils": "~0.1.8",
"ini": "^1.2.1",
"mocha": "^2.1.0",
"postcss-calc": "^5.0.0",
"postcss-import": "^7.1.0",
"precss": "^1.3.0",
"sinon": "^1.17.1"
},
"engines": {
"node": ">=0.10.0"
}
}