0
Fork 0
mirror of https://github.com/verdaccio/verdaccio.git synced 2025-01-13 22:48:31 -05:00
verdaccio/package.json

22 lines
416 B
JSON
Raw Normal View History

2013-05-22 10:48:04 +04:00
{
"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"
}