cleanup package.json
This commit is contained in:
parent
839940981e
commit
d1eb21850c
11
package.json
11
package.json
@ -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"]
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user