Files
howtheysre/package.json
Unmesh Gundecha a49608f70d Update package.json
Updated license to match the repo license
2022-06-26 12:18:48 +08:00

28 lines
645 B
JSON

{
"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": "CC0 1.0 Universal",
"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": {}
}