-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
30 lines (30 loc) · 735 Bytes
/
package.json
File metadata and controls
30 lines (30 loc) · 735 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
26
27
28
29
30
{
"name": "gcppowerofthree",
"version": "1.0.0",
"description": "Power of Three Website",
"main": "index.js",
"dependencies": {
"firebase-admin": "^6.0.0",
"jquery": "^3.3.1"
},
"devDependencies": {
"eslint": "^5.5.0",
"eslint-config-google": "^0.10.0",
"eslint-plugin-promise": "^4.0.1",
"jsdoc": "^3.5.5"
},
"scripts": {
"start": "node index.js",
"lintfix": "npm run lint -- --fix"
},
"repository": {
"type": "git",
"url": "git+https://github.com/robeartoe/GCPPowerofThree.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/robeartoe/GCPPowerofThree/issues"
},
"homepage": "https://github.com/robeartoe/GCPPowerofThree#readme"
}