forked from upgundecha/howtheysre
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
27 lines (27 loc) · 631 Bytes
/
package.json
File metadata and controls
27 lines (27 loc) · 631 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
{
"name": "howtheysre",
"version": "1.0.0",
"description": "How They SRE",
"scripts": {
"test": "mocha"
},
"repository": {
"type": "git",
"url": "git+https://github.com/upgundecha/howtheysre.git"
},
"author": "upgundecha",
"license": "ISC",
"bugs": {
"url": "https://github.com/upgundecha/howtheysre/issues"
},
"homepage": "https://github.com/upgundecha/howtheysre#readme",
"devDependencies": {
"chai": "^4.3.0",
"chai-arrays": "^2.2.0",
"chai-string": "^1.5.0",
"eslint": "^7.20.0",
"eslint-config-google": "^0.14.0",
"mocha": "^8.3.0"
},
"dependencies": {}
}