smartspawn/package.json
2017-11-28 16:10:19 +01:00

31 lines
705 B
JSON

{
"name": "smartipc",
"version": "1.0.10",
"description": "smart subprocess handling",
"main": "dist/index.js",
"typings": "dist/index.d.ts",
"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.85",
"smartq": "^1.1.6",
"spawn-wrap": "^1.4.1",
"threads": "^0.8.1",
"typings-global": "^1.0.23"
},
"devDependencies": {
"tapbundle": "^1.1.8"
}
}