-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
37 lines (37 loc) · 1022 Bytes
/
Copy pathpackage.json
File metadata and controls
37 lines (37 loc) · 1022 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
30
31
32
33
34
35
36
37
{
"name": "tabletop",
"version": "1.5.1",
"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 node_modules/mocha/bin/mocha --timeout 5000 && node node_modules/nsp/bin/nsp check"
},
"repository": {
"type": "git",
"url": "https://github.com/jsoma/tabletop.git"
},
"author": "Jonathan Soma <jonathan.soma@gmail.com>",
"license": "MIT",
"readmeFilename": "README.md",
"gitHead": "fdb1c3ee3bc0f7f3be6ab223a56f9f050fe32496",
"devDependencies": {
"chai": "^3.5.0",
"grunt": "*",
"grunt-contrib-connect": "*",
"grunt-contrib-jshint": "^1.1.0",
"grunt-contrib-uglify": "^2.0.0",
"jshint-stylish": "^2.2.1",
"mocha": "^3.2.0",
"jshint-stylish": "^2.0.0"
},
"dependencies": {
"nsp": "^2.6.2",
"request": "^2.51.0"
},
"engines": {
"node": ">=0.10.0"
}
}