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:
parent
3782bb3945
commit
0c80d49787
1 changed files with 0 additions and 21 deletions
21
package.json
21
package.json
|
@ -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"
|
||||
}
|
Loading…
Reference in a new issue