forked from Leaflet/Leaflet.draw
-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
46 lines (46 loc) · 935 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
38
39
40
41
42
43
44
45
46
{
"name": "leaflet-draw",
"version": "0.3.0",
"description": "Vector drawing plugin for Leaflet",
"devDependencies": {
"happen": "~0.1.3",
"jake": "~0.7.4",
"jshint": "~2.3.0",
"karma": "^0.12.19",
"karma-coverage": "~0.1.3",
"karma-mocha": "~0.1.0",
"karma-phantomjs-launcher": "^0.1.4",
"leaflet": "~0.7.0",
"mocha": "~1.14.0",
"uglify-js": "~2.4.3"
},
"main": "dist/leaflet.draw.js",
"directories": {
"example": "examples"
},
"scripts": {
"build": "jake",
"test": "jake test"
},
"repository": {
"type": "git",
"url": "https://github.com/Leaflet/Leaflet.draw.git"
},
"keywords": [
"maps",
"leaflet",
"client",
"vector",
"drawing",
"draw"
],
"author": "Jacob Toye",
"contributors": [
{
"name" : "Jon West",
"email" : "[email protected]"
}
],
"license": "MIT",
"readmeFilename": "README.md"
}