forked from Leaflet/Leaflet
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
33 lines (33 loc) · 763 Bytes
/
package.json
File metadata and controls
33 lines (33 loc) · 763 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
{
"name": "leaflet",
"version": "0.7.5",
"description": "JavaScript library for mobile-friendly interactive maps",
"devDependencies": {
"jake": "~0.7.4",
"jshint": "~2.3.0",
"uglify-js": "~2.4.3",
"mocha": "~1.14.0",
"happen": "~0.1.3",
"karma": "~0.12.0",
"karma-mocha": "~0.1.1",
"karma-coverage": "~0.2.0",
"karma-phantomjs-launcher": "^0.1.2",
"karma-chrome-launcher": "^0.1.2",
"tin": "^0.4.0",
"copyfiles": "0.0.1"
},
"main": "dist/leaflet-src.js",
"scripts": {
"test": "jake test",
"prepublish": "jake build",
"publish": "./build/publish.sh"
},
"repository": {
"type": "git",
"url": "git://github.com/Leaflet/Leaflet.git"
},
"keywords": [
"gis",
"map"
]
}