Merge pull request #492 from slang800/tidy-pacakge.json

tidy up package.json w/ fixpack
This commit is contained in:
Matt Fullerton
2015-11-11 06:43:42 +01:00

View File

@@ -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": {