-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
38 lines (38 loc) · 1.09 KB
/
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
35
36
37
38
{
"name": "tabletop",
"version": "1.5.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 node_modules/mocha/bin/mocha --timeout 5000 && node node_modules/nsp/bin/nsp check",
"uglify": "node node_modules/uglifyjs/bin/uglifyjs src/tabletop.js > src/tabletop.min.js "
},
"repository": {
"type": "git",
"url": "https://github.com/jsoma/tabletop.git"
},
"author": "Jonathan Soma <[email protected]>",
"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.0.0",
"mocha": "^3.2.0",
"uglifyjs": "^2.4.10"
},
"dependencies": {
"nsp": "^2.6.2",
"request": "^2.51.0"
},
"engines": {
"node": ">=0.10.0"
}
}