-
Notifications
You must be signed in to change notification settings - Fork 4
/
package.json
27 lines (27 loc) · 874 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
{
"name": "google-apps-standalone-addon-example",
"version": "1.0.0",
"description": "An example of using Google Apps Standalone Scripts to create a Google Apps Add-On that uses the Smartsheet API.",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/smartsheet-platform/google-apps-standalone-addon-example.git"
},
"keywords": [
"smartsheet",
"google",
"google-apps"
],
"author": "Scott Willeke <scott@willeke.com>",
"license": "Apache-2.0",
"bugs": {
"url": "https://github.com/smartsheet-platform/google-apps-standalone-addon-example/issues"
},
"homepage": "https://github.com/smartsheet-platform/google-apps-standalone-addon-example#readme",
"devDependencies": {
"node-google-apps-script": "^1.1.5"
}
}