tsdocker/package.json

26 lines
553 B
JSON
Raw Normal View History

2016-07-13 21:17:24 +00:00
{
"name": "npmdocker",
"version": "1.0.0",
"description": "develop modules cross platform by using docker",
"main": "dist/index.js",
"directories": {
"test": "test"
},
"scripts": {
"test": "(npmts)"
},
"repository": {
"type": "git",
"url": "git+ssh://git@gitlab.com/pushrocks/npmdocker.git"
},
"keywords": [
"docker"
],
"author": "Lossless GmbH",
"license": "MIT",
"bugs": {
"url": "https://gitlab.com/pushrocks/npmdocker/issues"
},
"homepage": "https://gitlab.com/pushrocks/npmdocker#README"
}