npmextra/package.json

20 lines
442 B
JSON
Raw Normal View History

2016-07-13 22:14:28 +00:00
{
"name": "npmextra",
"version": "1.0.0",
"description": "do more with npm",
"main": "dist/index.js",
"scripts": {
"test": "(npmts)"
},
"repository": {
"type": "git",
"url": "git+ssh://git@gitlab.com/pushrocks/npmextra.git"
},
"author": "Lossless GmbH",
"license": "MIT",
"bugs": {
"url": "https://gitlab.com/pushrocks/npmextra/issues"
},
"homepage": "https://gitlab.com/pushrocks/npmextra#README"
}