Merge pull request #492 from slang800/tidy-pacakge.json
tidy up package.json w/ fixpack
This commit is contained in:
17
package.json
17
package.json
@@ -2,8 +2,6 @@
|
|||||||
"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/",
|
|
||||||
"keywords" : ["data", "explorer", "grid", "table", "library", "app"],
|
|
||||||
"contributors": [
|
"contributors": [
|
||||||
{
|
{
|
||||||
"name": "Rufus Pollock",
|
"name": "Rufus Pollock",
|
||||||
@@ -19,11 +17,20 @@
|
|||||||
}
|
}
|
||||||
],
|
],
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"jquery" : ">=1.6",
|
|
||||||
"underscore" : ">=1.0",
|
|
||||||
"backbone": ">=0.5",
|
"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",
|
"lib": "src",
|
||||||
"main": "dist/recline.js",
|
"main": "dist/recline.js",
|
||||||
"repository": {
|
"repository": {
|
||||||
|
|||||||
Reference in New Issue
Block a user