#35 Added basic npm config

This commit is contained in:
Serraniel 2020-08-25 21:14:51 +02:00
parent d5d2382c84
commit 4927398cd5
Signed by: Serraniel
GPG key ID: 3690B4E7364525D3
2 changed files with 26 additions and 0 deletions

5
package-lock.json generated Normal file
View file

@ -0,0 +1,5 @@
{
"name": "enhancedaniwatch",
"version": "1.0.0",
"lockfileVersion": 1
}

21
package.json Normal file
View file

@ -0,0 +1,21 @@
{
"name": "enhancedaniwatch",
"version": "1.0.0",
"description": "Ehanced Aniwatch is a browser extension for https://aniwatch.me/",
"main": "index.js",
"dependencies": {},
"devDependencies": {},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Serraniel/EnhancedAniwatch.git"
},
"author": "Serraniel",
"license": "MPL-2.0",
"bugs": {
"url": "https://github.com/Serraniel/EnhancedAniwatch/issues"
},
"homepage": "https://github.com/Serraniel/EnhancedAniwatch#readme"
}