-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
29 lines (29 loc) · 918 Bytes
/
package.json
File metadata and controls
29 lines (29 loc) · 918 Bytes
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
{
"name": "insitu.table",
"version": "3.0.8",
"description": "A backbone.js table view wrapper, focusing on easy data input and backbone style datamanipulation and storage.",
"main": "insitu_table.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/InSitu-Software/insitu.table.js.git"
},
"keywords": [
"backbone",
"table"
],
"author": "Sebastian Gabbert <sebastian.gabbert@insitu.de>",
"license": "MIT",
"bugs": {
"url": "https://github.com/InSitu-Software/insitu.table.js/issues"
},
"dependencies": {
"underscore": ">=1.8.3",
"backbone": ">=1.2.3",
"insitu.underscore": "github:InSitu-Software/insitu.underscore.js",
"insitu.backbone": "github:InSitu-Software/insitu.backbone.js"
},
"homepage": "https://github.com/InSitu-Software/insitu.table.js#readme"
}