tsdocker/package.json

38 lines
820 B
JSON
Raw Normal View History

2016-07-13 21:17:24 +00:00
{
"name": "npmdocker",
"version": "1.0.0",
2016-07-13 22:14:11 +00:00
"description": "develop npm modules cross platform with docker",
2016-07-13 21:17:24 +00:00
"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"
},
2016-07-13 22:14:11 +00:00
"homepage": "https://gitlab.com/pushrocks/npmdocker#README",
"devDependencies": {
"npmts-g": "^5.2.6",
"should": "^9.0.2",
"typings-test": "^1.0.1"
},
"dependencies": {
"beautylog": "^5.0.13",
"q": "^1.4.1",
"rxjs": "^5.0.0-beta.10",
"smartfile": "^4.0.10",
"typings-global": "^1.0.6"
}
2016-07-13 21:17:24 +00:00
}