21 lines
393 B
JSON
21 lines
393 B
JSON
{
|
|
"name": "gitea-npm",
|
|
"version": "1.0.0",
|
|
"description": "Manage npm packages stored on gitea",
|
|
"main": "index.js",
|
|
"bin": "npm-gitea",
|
|
"scripts": {
|
|
"test": "echo \"Error: no test specified\" && exit 1"
|
|
},
|
|
"keywords": [
|
|
"npm",
|
|
"git",
|
|
"gitea"
|
|
],
|
|
"author": "William Ross <wnross@gwhc.net>",
|
|
"license": "ISC",
|
|
"dependencies": {
|
|
"yaml": "^2.7.1"
|
|
}
|
|
}
|