start implementation

This commit is contained in:
2017-01-18 16:54:39 +01:00
parent 5ce83601b4
commit f0f2761949
8 changed files with 41 additions and 105 deletions

View File

@@ -18,14 +18,15 @@
},
"homepage": "https://gitlab.com/pushrocks/smartipc#README",
"dependencies": {
"@types/lodash": "^4.14.36",
"beautylog": "^5.0.23",
"lodash": "^4.16.2",
"@types/lodash": "^4.14.50",
"beautylog": "^6.0.0",
"lodash": "^4.17.4",
"threads": "^0.7.2",
"typings-global": "^1.0.14"
},
"devDependencies": {
"@types/should": "^8.1.30",
"should": "^11.1.0",
"should": "^11.1.2",
"typings-test": "^1.0.3"
}
}