cleanup package.json
This commit is contained in:
parent
839940981e
commit
d1eb21850c
11
package.json
11
package.json
@ -1,15 +1,13 @@
|
|||||||
{
|
{
|
||||||
"name": "Leaflet",
|
"name": "Leaflet",
|
||||||
"version": "0.5.0",
|
"version": "0.5.0",
|
||||||
"description": "Leaflet is a modern open-source JavaScript library for mobile-friendly interactive maps.",
|
"description": "JavaScript library for mobile-friendly interactive maps",
|
||||||
"main": "Jakefile.js",
|
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"jshint": "~0.9.1",
|
"jshint": "~0.9.1",
|
||||||
"testacular": "~0.4.0",
|
"testacular": "~0.4.0",
|
||||||
"uglify-js": "~2.2.3",
|
"uglify-js": "~2.2.3",
|
||||||
"jake": "latest"
|
"jake": "latest"
|
||||||
},
|
},
|
||||||
"devDependencies": {},
|
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"test": "node ./node_modules/jake/bin/cli test"
|
"test": "node ./node_modules/jake/bin/cli test"
|
||||||
},
|
},
|
||||||
@ -17,10 +15,5 @@
|
|||||||
"type": "git",
|
"type": "git",
|
||||||
"url": "git://github.com/Leaflet/Leaflet.git"
|
"url": "git://github.com/Leaflet/Leaflet.git"
|
||||||
},
|
},
|
||||||
"keywords": [
|
"keywords": ["gis", "map"]
|
||||||
"gis",
|
|
||||||
"map"
|
|
||||||
],
|
|
||||||
"author": "Vladimir Agafonkin <agafonkin@gmail.com>",
|
|
||||||
"readmeFilename": "README.md"
|
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user