2016-09-28 11:01:36 +00:00
|
|
|
{
|
|
|
|
"name": "smartipc",
|
2017-03-04 10:59:58 +00:00
|
|
|
"version": "1.0.6",
|
2016-09-28 11:01:36 +00:00
|
|
|
"description": "smart subprocess handling",
|
|
|
|
"main": "dist/index.js",
|
2016-09-28 21:46:28 +00:00
|
|
|
"typings": "dist/index.d.ts",
|
2016-09-28 11:01:36 +00:00
|
|
|
"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": {
|
2017-01-18 15:54:39 +00:00
|
|
|
"@types/lodash": "^4.14.50",
|
|
|
|
"beautylog": "^6.0.0",
|
|
|
|
"lodash": "^4.17.4",
|
2017-03-03 19:52:23 +00:00
|
|
|
"smartchai": "^1.0.3",
|
2017-01-29 19:50:36 +00:00
|
|
|
"smartq": "^1.1.0",
|
2017-03-03 19:52:23 +00:00
|
|
|
"spawn-wrap": "^1.3.4",
|
2017-01-18 15:54:39 +00:00
|
|
|
"threads": "^0.7.2",
|
2016-09-28 11:01:36 +00:00
|
|
|
"typings-global": "^1.0.14"
|
2016-09-28 21:46:28 +00:00
|
|
|
},
|
|
|
|
"devDependencies": {
|
|
|
|
"typings-test": "^1.0.3"
|
2016-09-28 11:01:36 +00:00
|
|
|
}
|
|
|
|
}
|