-
Notifications
You must be signed in to change notification settings - Fork 6
/
Copy pathpackage.json
executable file
·54 lines (54 loc) · 1.39 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
{
"name": "earthquake-nsmp",
"version": "0.0.0",
"description": "National Stong Motion Project",
"repository": {
"type": "git",
"url": "https://github.com/usgs/earthquake-nsmp.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",
"eslint": "3.6.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-uglify": "0.10.0",
"grunt-contrib-watch": "0.6.1",
"grunt-mocha-phantomjs": "3.0.0",
"grunt-postcss": "0.7.0",
"gruntify-eslint": "3.1.0",
"hazdev-template": "0.2.4",
"hazdev-webutils": "0.1.8",
"ini": "1.2.1",
"leaflet": "^0.7.7",
"leaflet-fullscreen": "shaefner-usgs/Leaflet.fullscreen",
"leaflet.label": "git://github.com/jmfee-usgs/Leaflet.label.git#external-leaflet",
"mocha": "2.1.0",
"postcss-calc": "5.0.0",
"postcss-import": "7.1.0",
"precss": "1.3.0",
"sinon": "1.17.1"
},
"engines": {
"node": "4.2.4"
}
}