From 4753f754e8dc89d092715af7be119b839ade0644 Mon Sep 17 00:00:00 2001 From: inakigarcia Date: Tue, 2 Jun 2015 17:33:05 +0200 Subject: [PATCH] added package.json file --- package.json | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+) create mode 100644 package.json diff --git a/package.json b/package.json new file mode 100644 index 0000000..f34838d --- /dev/null +++ b/package.json @@ -0,0 +1,25 @@ +{ + "name": "leaflet-indor-npm", + "version": "1.0.0", + "description": "Leaflet Indoor\r =====================", + "main": "leaflet-indoor.js", + "directories": { + "example": "examples" + }, + "scripts": { + "test": "echo \"Error: no test specified\" && exit 1" + }, + "repository": { + "type": "git", + "url": "git+https://github.com/inakigarcia/leaflet-indoor.git" + }, + "keywords": [ + "indoor" + ], + "author": "Christopher Baines", + "license": "ISC", + "bugs": { + "url": "https://github.com/inakigarcia/leaflet-indoor/issues" + }, + "homepage": "https://github.com/inakigarcia/leaflet-indoor#readme" +}