tidy up package.json w/ fixpack
This commit is contained in:
17
package.json
17
package.json
@@ -2,8 +2,6 @@
|
||||
"name": "reclinejs",
|
||||
"description": "A simple but powerful data library for building data-oriented applications in pure Javascript",
|
||||
"version": "0.7.0",
|
||||
"homepage" : "http://reclinejs.com/",
|
||||
"keywords" : ["data", "explorer", "grid", "table", "library", "app"],
|
||||
"contributors": [
|
||||
{
|
||||
"name": "Rufus Pollock",
|
||||
@@ -19,11 +17,20 @@
|
||||
}
|
||||
],
|
||||
"dependencies": {
|
||||
"jquery" : ">=1.6",
|
||||
"underscore" : ">=1.0",
|
||||
"backbone": ">=0.5",
|
||||
"mustache" : ">=0.5.2"
|
||||
"jquery": ">=1.6",
|
||||
"mustache": ">=0.5.2",
|
||||
"underscore": ">=1.0"
|
||||
},
|
||||
"homepage": "http://reclinejs.com/",
|
||||
"keywords": [
|
||||
"app",
|
||||
"data",
|
||||
"explorer",
|
||||
"grid",
|
||||
"library",
|
||||
"table"
|
||||
],
|
||||
"lib": "src",
|
||||
"main": "dist/recline.js",
|
||||
"repository": {
|
||||
|
||||
Reference in New Issue
Block a user