forked from Leaflet/Leaflet.draw
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
59 lines (59 loc) · 1.3 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
51
52
53
54
55
56
57
58
59
{
"name": "leaflet-draw",
"version": "0.4.2",
"description": "Vector drawing plugin for Leaflet",
"devDependencies": {
"happen": "^0.3.1",
"jake": "^8.0.15",
"eslint": "^3.5.0 <3.6.0",
"eslint-config-mourner": "^2.0.1",
"karma": "^1.3.0",
"karma-chrome-launcher": "^2.0.0",
"karma-coverage": "~1.1.1",
"karma-firefox-launcher": "~1.0.0",
"karma-mocha": "^1.2.0",
"karma-phantomjs-launcher": "^1.0.2",
"karma-safari-launcher": "~1.0.0",
"leafdoc": "^1.4.0",
"leaflet": "~0.7.0",
"mocha": "^3.1.2",
"phantomjs-prebuilt": "^2.1.12",
"uglify-js": "^2.7.3",
"source-map": "^0.5.6",
"git-rev": "^0.2.1"
},
"main": "dist/leaflet.draw.js",
"style": "dist/leaflet.draw.css",
"directories": {
"example": "examples"
},
"scripts": {
"build": "jake buidl",
"test": "jake test",
"docs": "jake docs",
"release": "./build/publish.sh"
},
"repository": {
"type": "git",
"url": "https://github.com/Leaflet/Leaflet.draw.git"
},
"keywords": [
"maps",
"leaflet",
"client",
"vector",
"drawing",
"draw"
],
"contributors": [
{
"name": "Jon West",
"email": "ddproxy@gmail.com"
},
{
"name": "Jacob Toye"
}
],
"license": "MIT",
"readmeFilename": "README.md"
}