-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
29 lines (29 loc) · 832 Bytes
/
package.json
File metadata and controls
29 lines (29 loc) · 832 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
{
"name": "step194-2020",
"version": "0.0.1",
"devDependencies": {
"eslint": "^7.3.1",
"eslint-config-google": "^0.14.0",
"firebase-functions-test": "^0.2.1",
"mocha": "^8.1.1"
},
"dependencies": {
"firebase": "^7.17.1",
"window": "^4.2.7"
},
"description": "This repository contains the capstone project for a pod of interns (step194-2020) in Google's Student Training in Engineering program.",
"main": "index.js",
"scripts": {
"test": "mocha --reporter spec --recursive src/test"
},
"repository": {
"type": "git",
"url": "git+https://github.com/googleinterns/step194-2020.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/googleinterns/step194-2020/issues"
},
"homepage": "https://github.com/googleinterns/step194-2020#readme"
}