-
-
Notifications
You must be signed in to change notification settings - Fork 72
Expand file tree
/
Copy pathpackage.json
More file actions
25 lines (25 loc) · 635 Bytes
/
package.json
File metadata and controls
25 lines (25 loc) · 635 Bytes
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
{
"name": "gas-github",
"version": "2.0.0",
"description": "Chrome-extension to manage Google Apps Script(GAS) code with github/github enterprise.",
"main": "src/gas-hub.js",
"dependencies": {
"eslint": "^4.0.0"
},
"devDependencies": {
"eslint": "^4.0.0"
},
"scripts": {
"test": "./node_modules/.bin/eslint ."
},
"repository": {
"type": "git",
"url": "git+https://github.com/leonhartX/gas-github.git"
},
"author": "leonhartX",
"license": "MIT",
"bugs": {
"url": "https://github.com/leonhartX/gas-github/issues"
},
"homepage": "https://github.com/leonhartX/gas-github#readme"
}