This commit is contained in:
Philipp Kunz 2016-08-28 13:36:35 +02:00
commit b955948380

19
package.json Normal file
View File

@ -0,0 +1,19 @@
{
"name": "smartversion",
"version": "1.0.0",
"description": "handle npm versions the smart way",
"main": "dist/index.js",
"scripts": {
"test": "(npmts)"
},
"repository": {
"type": "git",
"url": "git+https://gitlab.com/pushrocks/smartversion.git"
},
"author": "Lossless GmbH",
"license": "MIT",
"bugs": {
"url": "https://gitlab.com/pushrocks/smartversion/issues"
},
"homepage": "https://gitlab.com/pushrocks/smartversion#README"
}