-
Notifications
You must be signed in to change notification settings - Fork 13
/
Copy pathpackage.json
50 lines (50 loc) · 1.31 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
49
50
{
"name": "instabus",
"version": "0.0.92",
"description": "Instabus",
"author": "",
"repository": {
"type": "git",
"url": "https://github.com/luqmaan/Instabus.git"
},
"//": "https://github.com/Leaflet/Leaflet.label/issues/101",
"dependencies": {
"fingerprintjs": "~0.5.3",
"geolib": "~2.0.9",
"knockout": "~3.1.0",
"leaflet": "^1.3.1",
"moment": "~2.7.0",
"nprogress": "~0.1.6",
"underscore": "~1.6.0",
"when": "~3.2.3"
},
"engine": "node >= 0.10.22",
"browserify": {
"transform": [
"brfs"
]
},
"browserify-shim": {
"leaflet": "global:L"
},
"devDependencies": {
"brfs": "~1.2.0",
"browserify": "~5.9.1",
"gulp": "~3.8.9",
"gulp-bump": "~0.1.11",
"gulp-clean": "~0.3.1",
"gulp-concat": "~2.3.4",
"gulp-cssmin": "~0.1.6",
"gulp-gh-pages": "~0.3.4",
"gulp-git": "^2.7.0",
"gulp-replace": "~0.4.0",
"gulp-sourcemaps": "~1.1.0",
"gulp-tag-version": "~1.1.0",
"gulp-task-listing": "0.3.0",
"gulp-uglify": "~0.3.1",
"gulp-util": "~3.0.0",
"gulp-webserver": "~0.4.0",
"vinyl-source-stream": "~0.1.1",
"watchify": "^3.11.0"
}
}