forked from googleworkspace/apps-script-oauth2
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
36 lines (36 loc) · 1.05 KB
/
package.json
File metadata and controls
36 lines (36 loc) · 1.05 KB
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
{
"name": "apps-script-oauth2",
"version": "1.21.0",
"description": "OAuth2 for Apps Script is a library for Google Apps Script that provides the ability to create and authorize OAuth2 tokens as well as refresh them when they expire.",
"repository": {
"type": "git",
"url": "git://github.com/googlesamples/apps-script-oauth2.git"
},
"author": "Eric Koleda <ekoleda+devrel@googlers.com>",
"license": "Apache-2.0",
"bugs": {
"url": "https://github.com/googlesamples/apps-script-oauth2/issues"
},
"homepage": "https://github.com/googlesamples/apps-script-oauth2",
"devDependencies": {
"del": "^1.2.1",
"gulp": "^3.9.0",
"gulp-bump": "^0.3.1",
"gulp-clean": "^0.3.1",
"gulp-concat": "^2.6.0",
"gulp-expose": "0.0.7",
"gulp-if": "^1.2.5",
"gulp-jshint": "^1.12.0",
"gulp-rename": "^1.2.2",
"gulp-strip-line": "0.0.1",
"jshint-stylish": "^2.0.1"
},
"dependencies": {
"underscore": "^1.8.3"
},
"scripts": {
"postversion": "gulp dist",
"dist": "gulp dist",
"lint": "gulp lint"
}
}