forked from datopian/portaljs
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
32 lines (32 loc) · 794 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
{
"name" : "recline",
"description" : "Data explorer and data library in pure Javascript.",
"version" : "0.5.0",
"homepage" : "http://reclinejs.com/",
"keywords" : ["data", "explorer", "grid", "table", "library", "app"],
"contributors" : [
{
"name": "Rufus Pollock",
"email": "rufus.pollock@okfn.org"
},
{
"name": "Max Ogden",
"email": "max@maxogden.com"
}
],
"dependencies" : {
"jquery" : ">=1.6",
"underscore" : ">=1.0",
"backbone" : ">=0.5",
"jquery.mustache" : ""
},
"lib" : "src",
"main" : "dist/recline.js",
"repositories": [
{
"type": "git",
"url": "http://github.com/okfn/recline.git",
"path": "src"
}
]
}