-
Notifications
You must be signed in to change notification settings - Fork 6
/
package.json
37 lines (37 loc) · 1005 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
{
"name": "osm-vis",
"version": "1.0.0",
"description": "OpenStreetMap Visualization",
"main": "",
"dependencies": {},
"devDependencies": {
"babel-preset-es2015": "^6.18.0",
"bower": "^1.7.9",
"del": "^2.2.0",
"fs": "0.0.1-security",
"gulp": "^3.9.1",
"gulp-babel": "^6.1.2",
"gulp-clean-css": "^2.3.2",
"gulp-copy": "0.0.2",
"gulp-filter": "^4.0.0",
"gulp-gzip": "^1.4.0",
"gulp-inject": "^4.2.0",
"gulp-sass": "^3.0.0",
"jsonfile": "^2.4.0",
"merge-stream": "^1.0.0",
"moment": "^2.17.1",
"sync-request": "^3.0.1",
"topojson": "^2.2.0"
},
"scripts": {
"dist": "npm install && bower install && gulp",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/mocnik-science/osm-vis.git"
},
"author": "Franz-Benjamin Mocnik <[email protected]>",
"license": "GPL-3.0",
"homepage": "https://github.com/mocnik-science/osm-vis"
}