[package.json][s]: rename to reclinejs as recline already exists in npm plus bump to v0.7.0 and add amercader as contributor.
This commit is contained in:
parent
b93adef3d5
commit
ef931624a5
12
package.json
12
package.json
@ -1,7 +1,7 @@
|
||||
{
|
||||
"name" : "recline",
|
||||
"description" : "Data explorer and data library in pure Javascript.",
|
||||
"version" : "0.5.0",
|
||||
"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" : [
|
||||
@ -9,6 +9,10 @@
|
||||
"name": "Rufus Pollock",
|
||||
"email": "rufus.pollock@okfn.org"
|
||||
},
|
||||
{
|
||||
"name": "Adrià Mercader",
|
||||
"email": "adria.mercader@okfn.org"
|
||||
},
|
||||
{
|
||||
"name": "Max Ogden",
|
||||
"email": "max@maxogden.com"
|
||||
@ -18,7 +22,7 @@
|
||||
"jquery" : ">=1.6",
|
||||
"underscore" : ">=1.0",
|
||||
"backbone" : ">=0.5",
|
||||
"jquery.mustache" : ""
|
||||
"mustache" : ">=0.5.2"
|
||||
},
|
||||
"lib" : "src",
|
||||
"main" : "dist/recline.js",
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user