This commit is contained in:
Phil Kunz 2016-07-14 00:14:28 +02:00
commit b24b634f56
2 changed files with 22 additions and 0 deletions

3
.gitignore vendored Normal file
View File

@ -0,0 +1,3 @@
node_modules/
coverage/
docs/

19
package.json Normal file
View File

@ -0,0 +1,19 @@
{
"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"
}