smartspawn/package.json

26 lines
594 B
JSON
Raw Normal View History

2016-09-28 11:01:36 +00:00
{
"name": "smartipc",
"version": "1.0.0",
"description": "smart subprocess handling",
"main": "dist/index.js",
"scripts": {
"test": "(npmts)"
},
"repository": {
"type": "git",
"url": "git+ssh://git@gitlab.com/pushrocks/smartipc.git"
},
"author": "Lossless GmbH",
"license": "MIT",
"bugs": {
"url": "https://gitlab.com/pushrocks/smartipc/issues"
},
"homepage": "https://gitlab.com/pushrocks/smartipc#README",
"dependencies": {
"@types/lodash": "^4.14.36",
"beautylog": "^5.0.23",
"lodash": "^4.16.2",
"typings-global": "^1.0.14"
}
}