forked from Leaflet/Leaflet.fullscreen
-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathpackage.json
32 lines (32 loc) · 837 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
{
"name": "@runette/leaflet-fullscreen",
"version": "1.0.7",
"description": "A fullscreen control for Leaflet",
"main": "dist/Leaflet.fullscreen.min.js",
"directories": {
"example": "examples"
},
"scripts": {
"test": "jshint src/Leaflet.fullscreen.js",
"uglifyjs": "uglifyjs src/Leaflet.fullscreen.js > dist/Leaflet.fullscreen.min.js",
"sass": "sass -s compressed src/Leaflet.fullscreen.scss dist/Leaflet.fullscreen.min.css"
},
"repository": {
"type": "git",
"url": "git://https://github.com/runette/Leaflet.fullscreen.git"
},
"keywords": [
"leaflet",
"maps",
"fullscreen",
"client"
],
"devDependencies": {
"jshint": "^2.13.1",
"sass": "^1.43.5",
"uglify-js": "^3.14.3"
},
"author": "John Firebaugh",
"license": "ISC",
"readmeFilename": "README.md"
}