forked from datopian/datahub
-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
34 lines (34 loc) · 895 Bytes
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
{
"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",
"email": "rufus.pollock@okfn.org"
},
{
"name": "Adrià Mercader",
"email": "adria.mercader@okfn.org"
},
{
"name": "Max Ogden",
"email": "max@maxogden.com"
}
],
"dependencies" : {
"jquery" : ">=1.6",
"underscore" : ">=1.0",
"backbone" : ">=0.5",
"mustache" : ">=0.5.2"
},
"lib" : "src",
"main" : "dist/recline.js",
"repository": {
"type": "git",
"url": "http://github.com/okfn/recline.git",
"path": "src"
}
}