48 lines
1014 B
JSON
48 lines
1014 B
JSON
{
|
|
"name": "reclinejs",
|
|
"description": "A simple but powerful data library for building data-oriented applications in pure Javascript",
|
|
"version": "0.7.0",
|
|
"contributors": [
|
|
{
|
|
"name": "Rufus Pollock",
|
|
"email": "rufus.pollock@okfn.org"
|
|
},
|
|
{
|
|
"name": "Adrià Mercader",
|
|
"email": "adria.mercader@okfn.org"
|
|
},
|
|
{
|
|
"name": "Max Ogden",
|
|
"email": "max@maxogden.com"
|
|
},
|
|
{
|
|
"name": "Krzysztof Madejski",
|
|
"email": "krzysztof.madejski@epf.org.pl"
|
|
}
|
|
],
|
|
"dependencies": {
|
|
"backbone": ">=0.5",
|
|
"jquery": ">=1.6",
|
|
"mustache": ">=0.5.2",
|
|
"underscore": ">=1.0",
|
|
"intl-messageformat": "1.3.x",
|
|
"intl-format-cache": "2.0.x"
|
|
},
|
|
"homepage": "http://reclinejs.com/",
|
|
"keywords": [
|
|
"app",
|
|
"data",
|
|
"explorer",
|
|
"grid",
|
|
"library",
|
|
"table"
|
|
],
|
|
"lib": "src",
|
|
"main": "dist/recline.js",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "http://github.com/okfn/recline.git",
|
|
"path": "src"
|
|
}
|
|
}
|