summaryrefslogtreecommitdiff
path: root/loleaflet/package.json
diff options
context:
space:
mode:
authorMihai Varga <mihai.varga@collabora.com>2015-03-09 12:16:17 +0200
committerMihai Varga <mihai.varga@collabora.com>2015-03-09 12:16:17 +0200
commitbb6fd2206a7544520bbb8129ae7ca7c8ca63cc03 (patch)
tree7a70d5a11a8817aeb0e528fff40bdf94abe14dea /loleaflet/package.json
parent23702c6d8416fba6199bf9dd95fed593425c4b8d (diff)
Unmodified Leaflet
Checkout date: 09/03/2015 HEAD: a92c8a3c21f8d580de2dfd1e937ea90db76787b6
Diffstat (limited to 'loleaflet/package.json')
-rw-r--r--loleaflet/package.json42
1 files changed, 42 insertions, 0 deletions
diff --git a/loleaflet/package.json b/loleaflet/package.json
new file mode 100644
index 000000000..b6e4b128a
--- /dev/null
+++ b/loleaflet/package.json
@@ -0,0 +1,42 @@
+{
+ "name": "leaflet",
+ "version": "0.8.0-dev",
+ "description": "JavaScript library for mobile-friendly interactive maps",
+ "devDependencies": {
+ "copyfiles": "0.1.0",
+ "eslint": "^0.15.1",
+ "happen": "~0.1.3",
+ "jake": "~8.0.10",
+ "karma": "~0.12.31",
+ "karma-chrome-launcher": "^0.1.7",
+ "karma-coverage": "~0.2.7",
+ "karma-firefox-launcher": "~0.1.4",
+ "karma-mocha": "~0.1.10",
+ "karma-phantomjs-launcher": "^0.1.4",
+ "karma-safari-launcher": "~0.1.1",
+ "mocha": "~2.1.0",
+ "tin": "^0.5.0",
+ "uglify-js": "~2.4.16"
+ },
+ "main": "dist/leaflet-src.js",
+ "style": "dist/leaflet.css",
+ "scripts": {
+ "test": "jake test",
+ "prepublish": "jake build",
+ "publish": "./build/publish.sh"
+ },
+ "repository": {
+ "type": "git",
+ "url": "git://github.com/Leaflet/Leaflet.git"
+ },
+ "keywords": [
+ "gis",
+ "map"
+ ],
+ "licenses": [
+ {
+ "type": "BSD-2-Clause",
+ "url": "https://github.com/Leaflet/Leaflet/blob/master/LICENSE"
+ }
+ ]
+}