forked from mkong0216/leaflet-shades
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
38 lines (38 loc) · 1 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
{
"name": "leaflet-shades",
"version": "0.1.2",
"description": "",
"main": "src/js/index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"dev": "watchify -t [browserify-shim --global] ./src/js/index.js -o dist/leaflet-shades.js -v;",
"build": "mkdir -p dist && browserify -t [browserify-shim --global] ./src/js/index.js > dist/leaflet-shades.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/mkong0216/leaflet-shades.git"
},
"keywords": [
"map",
"leaflet",
"shades"
],
"author": "Mandy Kong",
"license": "MIT",
"bugs": {
"url": "https://github.com/mkong0216/leaflet-shades/issues"
},
"browserify-shim": {
"leaflet": "global:L"
},
"homepage": "https://github.com/mkong0216/leaflet-shades#readme",
"dependencies": {
"leaflet-editable": "^1.1.0",
"leaflet.path.drag": "0.0.6"
},
"devDependencies": {
"browserify": "^14.5.0",
"browserify-shim": "^3.8.14",
"watchify": "^3.11.0"
}
}