-
Notifications
You must be signed in to change notification settings - Fork 36
Expand file tree
/
Copy pathpackage.json
More file actions
39 lines (39 loc) · 797 Bytes
/
package.json
File metadata and controls
39 lines (39 loc) · 797 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
38
39
{
"name": "sheetsee",
"version": "0.1.0",
"description": "module for building out custom sheetsee.js instances",
"main": "bin.js",
"bin": {
"sheetsee": "bin.js"
},
"scripts": {
"test": "standard"
},
"repository": {
"type": "git",
"url": "https://github.com/jlord/sheetsee.git"
},
"author": {
"name": "Jessica Lord"
},
"license": "BSD-2-Clause",
"bugs": {
"url": "https://github.com/jlord/sheetsee/issues"
},
"keywords": [
"spreadsheet",
"data",
"google spreadsheet"
],
"dependencies": {
"browserify": "^2.35.4",
"lodash.assign": "^2.1.0",
"sheetsee-core": "^0.1.1",
"sheetsee-maps": "^1.0.0",
"sheetsee-tables": "^0.2.0",
"through": "^2.3.8"
},
"devDependencies": {
"standard": "^8.6.0"
}
}