-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathpackage.json
100 lines (100 loc) · 2.55 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
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
{
"name": "missingmaps",
"version": "0.2.0",
"description": "",
"repository": {
"type": "git",
"url": ""
},
"author": {
"name": "American Red Cross",
"url": "https://redcross.org"
},
"license": "BSD-3-Clause",
"bugs": {
"url": ""
},
"homepage": "",
"scripts": {
"build-pages": "node .build_scripts/buildInitialPages.js",
"get-tasks": "node .build_scripts/generateTasks.js",
"update-pages": "node .build_scripts/updatePages.js",
"postinstall": "[ -f _config-dev.yml ] || echo 'domain: http://localhost:3000\npath_prefix:' > _config-dev.yml",
"serve": "gulp serve",
"build": "gulp",
"build:stage": "gulp stage",
"lint": "semistandard app/assets/scripts/**/*.js",
"test": "npm run lint",
"install": "bundle install --path bundle/cache"
},
"browserify": {
"transform": [
"babelify",
"require-globify",
"envify"
]
},
"devDependencies": {
"async": "^2.6.0",
"babel-preset-es2015": "*",
"bower": "^1.8.8",
"browser-sync": "^2.26.7",
"chai": "^4.1.2",
"colors": "*",
"country-reverse-geocoding": "^0.2.2",
"eslint": "^4.12.0",
"eslint-config-semistandard": "*",
"eslint-config-standard": "*",
"eslint-plugin-import": "^2.9.0",
"eslint-plugin-promise": "^3.6.0",
"eslint-plugin-react": "^7.5.1",
"eslint-plugin-standard": "*",
"flow": "^0.2.3",
"font-awesome": "*",
"foundation-sites": "^6.4.4-rc1",
"front-matter": "^2.3.0",
"glob": "*",
"glob-all": "*",
"gulp": "*",
"gulp-babel": "^7.0.0",
"gulp-bundle-assets": "^2.29.0",
"gulp-clean": "*",
"gulp-compass": "*",
"gulp-concat": "*",
"gulp-plumber": "*",
"gulp-rename": "^1.2.2",
"gulp-uglify": "*",
"i18n-iso-countries": "^3.2.2",
"js-yaml": "^3.13.1",
"lazypipe": "^1.0.1",
"marked": "^0.7.0",
"minimist": "^1.2.0",
"moment": "^2.19.3",
"node-markdown": "*",
"node-nominatim2": "*",
"path": "^0.12.7",
"proxy-middleware": "*",
"request": "^2.83.0",
"request-promise": "^4.2.2",
"run-sequence": "^2.2.0",
"semistandard": "*",
"turf": "*",
"turf-merge": "*",
"url": "*",
"world-atlas": "*",
"yaml-front-matter": "^3.4.0"
},
"dependencies": {
"@turf/dissolve": "^5.0.6",
"@turf/helpers": "^5.0.4",
"babel-core": "^6.26.0",
"global": "^4.3.2",
"googleapis": "^23.0.0",
"gulp-autoprefixer": "*",
"gulp-sass": "*",
"gulp-sourcemaps": "^2.6.1",
"lodash": "^4.17.15",
"lodash.omitby": "^4.6.0",
"natives": "*"
}
}