-
Notifications
You must be signed in to change notification settings - Fork 69
/
Copy pathpackage.json
33 lines (33 loc) · 975 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
{
"name": "apps-script-oauth1",
"version": "1.18.0",
"description": "OAuth1 for Apps Script is a library for Google Apps Script that provides the ability to create and authorize OAuth1 tokens. ",
"repository": {
"type": "git",
"url": "git://github.com/googlesamples/apps-script-oauth1.git"
},
"author": "Eric Koleda <ekoleda+devrel@googlers.com>",
"license": "Apache-2.0",
"bugs": {
"url": "https://github.com/googlesamples/apps-script-oauth1/issues"
},
"homepage": "https://github.com/googlesamples/apps-script-oauth1",
"type": "module",
"devDependencies": {
"del": "^7.0.0",
"gulp": "^4.0.2",
"gulp-bump": "^3.2.0",
"gulp-clean": "^0.4.0",
"gulp-concat": "^2.6.0",
"gulp-expose": "0.0.7",
"gulp-if": "^3.0.0",
"gulp-jshint": "^2.1.0",
"gulp-strip-line": "0.0.1",
"jshint-stylish": "^2.0.1"
},
"scripts": {
"postversion": "gulp dist",
"dist": "gulp dist",
"lint": "gulp lint"
}
}