0
0
Fork 0

Add configuration details.

This commit is contained in:
Tyler-A 2020-04-20 15:42:37 -06:00
parent 7aa648e423
commit da0eb6c38a
3 changed files with 137 additions and 0 deletions

27
package.json Normal file
View file

@ -0,0 +1,27 @@
{
"name": "quote-bracket",
"version": "1.0.0",
"description": "",
"main": "index.js",
"directories": {
"doc": "docs"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Tyler-A/Quote-Bracket.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/Tyler-A/Quote-Bracket/issues"
},
"homepage": "https://github.com/Tyler-A/Quote-Bracket#readme",
"dependencies": {
"@types/node": "^13.13.0",
"axios": "^0.19.2",
"fs": "0.0.1-security"
}
}