tidy up package.json w/ fixpack
This commit is contained in:
33
package.json
33
package.json
@@ -1,10 +1,8 @@
|
|||||||
{
|
{
|
||||||
"name" : "reclinejs",
|
"name": "reclinejs",
|
||||||
"description" : "A simple but powerful data library for building data-oriented applications in pure Javascript",
|
"description": "A simple but powerful data library for building data-oriented applications in pure Javascript",
|
||||||
"version" : "0.7.0",
|
"version": "0.7.0",
|
||||||
"homepage" : "http://reclinejs.com/",
|
"contributors": [
|
||||||
"keywords" : ["data", "explorer", "grid", "table", "library", "app"],
|
|
||||||
"contributors" : [
|
|
||||||
{
|
{
|
||||||
"name": "Rufus Pollock",
|
"name": "Rufus Pollock",
|
||||||
"email": "rufus.pollock@okfn.org"
|
"email": "rufus.pollock@okfn.org"
|
||||||
@@ -18,14 +16,23 @@
|
|||||||
"email": "max@maxogden.com"
|
"email": "max@maxogden.com"
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"dependencies" : {
|
"dependencies": {
|
||||||
"jquery" : ">=1.6",
|
"backbone": ">=0.5",
|
||||||
"underscore" : ">=1.0",
|
"jquery": ">=1.6",
|
||||||
"backbone" : ">=0.5",
|
"mustache": ">=0.5.2",
|
||||||
"mustache" : ">=0.5.2"
|
"underscore": ">=1.0"
|
||||||
},
|
},
|
||||||
"lib" : "src",
|
"homepage": "http://reclinejs.com/",
|
||||||
"main" : "dist/recline.js",
|
"keywords": [
|
||||||
|
"app",
|
||||||
|
"data",
|
||||||
|
"explorer",
|
||||||
|
"grid",
|
||||||
|
"library",
|
||||||
|
"table"
|
||||||
|
],
|
||||||
|
"lib": "src",
|
||||||
|
"main": "dist/recline.js",
|
||||||
"repository": {
|
"repository": {
|
||||||
"type": "git",
|
"type": "git",
|
||||||
"url": "http://github.com/okfn/recline.git",
|
"url": "http://github.com/okfn/recline.git",
|
||||||
|
|||||||
Reference in New Issue
Block a user