forked from pixelhumain/GoGoCarto
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
executable file
·36 lines (36 loc) · 811 Bytes
/
Copy pathpackage.json
File metadata and controls
executable file
·36 lines (36 loc) · 811 Bytes
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
{
"name": "GoGoCarto",
"version": "2.0.0",
"homepage": "https://github.com/pixelhumain/GoGoCarto",
"description": "Collaborative mapping directory",
"keywords": [
"map",
"mapping",
"cartography",
"directory"
],
"license": "GPL-3.0",
"repository": {
"type": "git",
"url": "https://github.com/pixelhumain/GoGoCarto.git"
},
"engines": {
"node": "6.5.0"
},
"dependencies": {
"GoGoCartoJs": "github:pixelhumain/gogocartojs"
},
"devDependencies": {
"del": "^2.2.2",
"gulp": "^3.9.1",
"gulp-concat": "^2.6.1",
"gulp-gzip": "^1.4.0",
"gulp-minify-css": "^1.2.4",
"gulp-notify": "^2.2.0",
"gulp-rename": "^1.2.2",
"gulp-sass": "^3.0.0",
"gulp-uglify": "^2.0.0",
"node-notifier": "^4.6.1",
"watchify": "^3.8.0"
}
}