From 4927398cd5ee1b22d42823c3a9fcd19cb44dae8d Mon Sep 17 00:00:00 2001 From: Serraniel Date: Tue, 25 Aug 2020 21:14:51 +0200 Subject: [PATCH] #35 Added basic npm config --- package-lock.json | 5 +++++ package.json | 21 +++++++++++++++++++++ 2 files changed, 26 insertions(+) create mode 100644 package-lock.json create mode 100644 package.json diff --git a/package-lock.json b/package-lock.json new file mode 100644 index 0000000..96455f9 --- /dev/null +++ b/package-lock.json @@ -0,0 +1,5 @@ +{ + "name": "enhancedaniwatch", + "version": "1.0.0", + "lockfileVersion": 1 +} diff --git a/package.json b/package.json new file mode 100644 index 0000000..90097bc --- /dev/null +++ b/package.json @@ -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" +}