forked from tangrams/generic-demo
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
38 lines (38 loc) · 1004 Bytes
/
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
{
"name": "alternatives.berlin",
"version": "0.0.1",
"description": "Eine interaktive 3D Karte zur Darstellung der dynamiken des alternativen Berlins.",
"main": "main.js",
"dependencies": {
"gulp": "^3.9.0",
"leaflet.ajax": "calvinmetcalf/leaflet-ajax",
"odyssey.js": "cartodb/odyssey.js",
"tangram": "tangrams/tangram"
},
"devDependencies": {
"browser-sync": "^2.9.8"
},
"scripts": {
"start": "node_modules/gulp/bin/gulp.js",
"serve": "node_modules/gulp/bin/gulp.js server",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/almereyda/alternatives.berlin.git"
},
"keywords": [
"tangram",
"map",
"maps",
"3d",
"berlin",
"alternatives"
],
"author": "almereyda",
"license": "MIT",
"bugs": {
"url": "https://github.com/almereyda/alternatives.berlin/issues"
},
"homepage": "https://github.com/almereyda/alternatives.berlin#readme"
}