cleanup package.json

This commit is contained in:
Vladimir Agafonkin 2013-02-01 17:21:52 +02:00
parent 839940981e
commit d1eb21850c

View File

@ -1,15 +1,13 @@
{
"name": "Leaflet",
"version": "0.5.0",
"description": "Leaflet is a modern open-source JavaScript library for mobile-friendly interactive maps.",
"main": "Jakefile.js",
"description": "JavaScript library for mobile-friendly interactive maps",
"dependencies": {
"jshint": "~0.9.1",
"testacular": "~0.4.0",
"uglify-js": "~2.2.3",
"jake": "latest"
},
"devDependencies": {},
"scripts": {
"test": "node ./node_modules/jake/bin/cli test"
},
@ -17,10 +15,5 @@
"type": "git",
"url": "git://github.com/Leaflet/Leaflet.git"
},
"keywords": [
"gis",
"map"
],
"author": "Vladimir Agafonkin <agafonkin@gmail.com>",
"readmeFilename": "README.md"
"keywords": ["gis", "map"]
}