-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
35 lines (35 loc) · 936 Bytes
/
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
{
"name": "google-worksheet-log-stream",
"version": "0.0.0",
"description": "",
"scripts": {
"coveralls": "scripts/coveralls",
"doc": "jsdoc . -d doc",
"test": "mocha"
},
"repository": {
"type": "git",
"url": "git+https://github.com/piranna/google-worksheet-log-stream.git"
},
"author": "Telefónica I+D",
"contributors": [
"Jesús Leganés Combarro 'piranna' <[email protected]>"
],
"license": "AGPL-3.0",
"bugs": {
"url": "https://github.com/piranna/google-worksheet-log-stream/issues"
},
"homepage": "https://github.com/piranna/google-worksheet-log-stream#readme",
"dependencies": {
"google-spreadsheet": "piranna/node-google-spreadsheet",
"inherits": "^2.0.1"
},
"devDependencies": {
"coveralls": "^2.11.6",
"jscoverage": "piranna/jscoverage",
"jsdoc": "^3.4.0",
"mocha": "^2.4.5",
"mocha-lcov-reporter": "^1.0.0",
"nock": "^7.0.2"
}
}