forked from gbcdef/iRunMap
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
35 lines (35 loc) · 866 Bytes
/
package.json
File metadata and controls
35 lines (35 loc) · 866 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
{
"name": "runmap",
"version": "1.0.0",
"description": "frontend to show your runmap with uploaded gpx file",
"main": "",
"dependencies": {
"coordtransform": "^2.1.2",
"jquery": "^3.2.1"
},
"devDependencies": {
"browser-sync": "^2.18.13",
"del": "^2.2.2",
"gulp": "^3.9.1",
"gulp-autoprefixer": "^4.0.0",
"gulp-clean-css": "^3.4.1",
"gulp-less": "^3.3.0",
"gulp-plumber": "^1.1.0",
"gulp-rename": "^1.2.2",
"gulp-uglify": "^3.0.0",
"webpack": "^3.5.5"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/gbcdef/iRunMap.git"
},
"author": "gbcdef",
"license": "ISC",
"bugs": {
"url": "https://github.com/gbcdef/iRunMap/issues"
},
"homepage": "https://github.com/gbcdef/iRunMap#readme"
}