0
Fork 0
mirror of https://github.com/verdaccio/verdaccio.git synced 2024-12-16 21:56:25 -05:00

removing package.json

This commit is contained in:
Alex Kocharin 2013-05-29 09:11:38 +04:00
parent 3782bb3945
commit 0c80d49787

View file

@ -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"
}