tsdocker/package.json
2016-07-17 19:00:53 +02:00

39 lines
841 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": "^9.0.2",
"typings-test": "^1.0.1"
},
"dependencies": {
"@types/q": "*",
"beautylog": "^5.0.13",
"q": "^1.4.1",
"rxjs": "^5.0.0-beta.10",
"smartfile": "^4.0.10",
"typings-global": "^1.0.6"
}
}