-
Notifications
You must be signed in to change notification settings - Fork 7
/
package.json
42 lines (42 loc) · 890 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
36
37
38
39
40
41
42
{
"name": "gas-local",
"version": "1.3.1",
"description": "Execute and test your google apps script projects locally in node.js runtime",
"main": "index.js",
"scripts": {
"test": "mocha --reporter spec",
"login": "clasp login",
"push": "clasp push",
"pull": "clasp pull",
"clone": "clasp clone"
},
"keywords": [
"gas",
"googleappsscript",
"require",
"module"
],
"author": "Mikhail Zagorny",
"contributors": [
{
"name": "Adam Morris",
"email": "[email protected]"
},
{
"name": "Laser Yuan",
"email": "[email protected]"
}
],
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/mzagorny/gas-local.git"
},
"dependencies": {
"date-format": "^1.2.0"
},
"devDependencies": {
"@google/clasp": "^1.3.2",
"mocha": "^5.2.0"
}
}