-
Notifications
You must be signed in to change notification settings - Fork 66
/
package.json
56 lines (56 loc) · 1.42 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
{
"name": "geo-maps",
"version": "0.6.0",
"description": "High Quality GeoJSON maps programmatically generated.",
"main": "index.js",
"private": true,
"dependencies": {},
"devDependencies": {
"app-root-path": "^2.0.1",
"del": "^3.0.0",
"download": "^6.2.5",
"execa": "^0.8.0",
"fs-extra": "^4.0.2",
"gulp": "github:gulpjs/gulp#4.0",
"gulp-github-release": "^1.2.1",
"gulp-util": "^3.0.8",
"mapshaper": "^0.4.59",
"osm-countries": "^1.0.1",
"osm-geojson": "^0.6.0",
"pify": "^3.0.0",
"progress": "^2.0.0",
"project-version": "^1.0.0",
"prompt-confirm": "^1.2.0",
"replace-in-files": "^1.1.1",
"require-dir": "^0.3.2",
"undertaker-forward-reference": "^1.0.2",
"xo": "*"
},
"engines": {
"node": ">=4"
},
"scripts": {
"test": "xo",
"gulp": "node --expose-gc --max-old-space-size=65536 ./node_modules/.bin/gulp",
"build": "npm run gulp build",
"previews": "npm run gulp previews",
"release": "npm run gulp release",
"publish": "npm run gulp publish"
},
"repository": {
"type": "git",
"url": "git+https://github.com/simonepri/geo-maps.git"
},
"author": {
"name": "Simone Primarosa",
"email": "simone.pri@hotmail.it"
},
"license": "MIT",
"bugs": {
"url": "https://github.com/simonepri/geo-maps/issues"
},
"homepage": "https://github.com/simonepri/geo-maps#readme",
"xo": {
"space": true
}
}