tsdocker/package.json
2016-07-18 20:48:34 +02:00

41 lines
899 B
JSON

{
"name": "npmdocker",
"version": "1.0.1",
"description": "develop npm modules cross platform with 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",
"devDependencies": {
"npmts-g": "^5.2.6",
"should": "^10.0.0",
"typings-test": "^1.0.1"
},
"dependencies": {
"@types/q": "^0.0.27",
"beautylog": "^5.0.14",
"npmextra": "^1.0.8",
"q": "^1.4.1",
"rxjs": "^5.0.0-beta.10",
"shelljs": "^0.7.0",
"smartfile": "^4.0.11",
"typings-global": "^1.0.6"
}
}