diff --git a/package.json b/package.json deleted file mode 100644 index f8a6f423c..000000000 --- a/package.json +++ /dev/null @@ -1,21 +0,0 @@ -{ - "name": "npmrepod", - "version": "0.0.0", - "description": "Private npm repository server", - "author": { - "name": "Alex Kocharin", - "email": "alex@kocharin.ru" - }, - "main": "index.js", - "bin": { - "npmrepod": "./bin/npmrepod" - }, - "scripts": { - "test": "echo \"Error: no test specified\" && exit 1" - }, - "dependencies": { - "commander": "*" - }, - "preferGlobal": true, - "license": "BSD" -}