forked from jsoma/tabletop
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
28 lines (28 loc) · 691 Bytes
/
package.json
File metadata and controls
28 lines (28 loc) · 691 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
{
"name": "tabletop",
"version": "1.4.3",
"description": "**Tabletop.js** takes a Google Spreadsheet and makes it easily accessible through JavaScript. With zero dependencies!",
"main": "src/tabletop.js",
"directories": {
"example": "examples"
},
"scripts": {
"test": "node examples/nodejs/test.js"
},
"repository": {
"type": "git",
"url": "https://github.com/jsoma/tabletop.git"
},
"author": "",
"license": "BSD",
"readmeFilename": "README.md",
"gitHead": "fdb1c3ee3bc0f7f3be6ab223a56f9f050fe32496",
"dependencies": {
"grunt": "*",
"grunt-contrib-connect": "*",
"request": "~2.51.0"
},
"engines": {
"node": ">=0.10.0"
}
}