-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
48 lines (48 loc) · 1.22 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
{
"name": "ActivityMap",
"version": "1.0.0",
"description": "Visual map for OSM activity.",
"main": "dev/Page.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"global": "npm install -g bower && npm install -g gulp-cli"
},
"repository": {
"type": "git",
"url": "git+https://github.com/OsmHackTW/ActivityMap.git"
},
"keywords": [
"openstreetmap",
"activity"
],
"author": "OpenstreetmapTaiwan",
"license": "GPL-3.0",
"bugs": {
"url": "https://github.com/OsmHackTW/ActivityMap/issues"
},
"homepage": "https://github.com/OsmHackTW/ActivityMap",
"devDependencies": {
"browserify": "^13.1.0",
"eslint": "^4.18.2",
"gulp": "^3.9.1",
"gulp-concat": "^2.6.0",
"gulp-live-server": "0.0.30",
"gulp-processhtml": "1.1.0",
"gulp-rename": "^1.2.2",
"gulp-sass": "2.3.2",
"gulp-streamify": "^1.0.2",
"gulp-uglify": "^1.5.4",
"gulp-uglifycss": "^1.0.6",
"gulp-watch": "4.3.8",
"request": "^2.72.0",
"vinyl-source-stream": "^1.1.0"
},
"dependencies": {
"async": "^1.5.1",
"font-awesome": "^4.6.3",
"leaflet": "^0.7.7",
"bourbon-neat": "^1.7.4",
"node-bourbon": "^4.2.7",
"normalize.css": "^4.1.1"
}
}