2016-09-11 09:02:25 +00:00
|
|
|
{
|
|
|
|
"name": "smartdata",
|
2016-11-18 12:56:18 +00:00
|
|
|
"version": "1.0.22",
|
2016-09-11 09:02:25 +00:00
|
|
|
"description": "do more with data",
|
|
|
|
"main": "dist/index.js",
|
2016-09-11 14:49:44 +00:00
|
|
|
"typings": "dist/index.d.ts",
|
2016-09-11 09:02:25 +00:00
|
|
|
"scripts": {
|
2017-06-23 09:19:48 +00:00
|
|
|
"test": "(npmts)",
|
|
|
|
"testLocal": "(npmdocker)"
|
2016-09-11 09:02:25 +00:00
|
|
|
},
|
|
|
|
"repository": {
|
|
|
|
"type": "git",
|
|
|
|
"url": "git+ssh://git@gitlab.com/pushrocks/smartdata.git"
|
|
|
|
},
|
|
|
|
"author": "Lossless GmbH",
|
|
|
|
"license": "MIT",
|
|
|
|
"bugs": {
|
|
|
|
"url": "https://gitlab.com/pushrocks/smartdata/issues"
|
|
|
|
},
|
2016-09-11 14:22:53 +00:00
|
|
|
"homepage": "https://gitlab.com/pushrocks/smartdata#README",
|
|
|
|
"dependencies": {
|
2017-06-18 17:52:54 +00:00
|
|
|
"@types/lodash": "^4.14.66",
|
|
|
|
"@types/mongodb": "^2.2.6",
|
|
|
|
"beautylog": "^6.1.10",
|
|
|
|
"lik": "^1.0.32",
|
2017-02-25 10:37:05 +00:00
|
|
|
"lodash": "^4.17.4",
|
2017-06-23 09:19:48 +00:00
|
|
|
"mongodb": "^2.2.29",
|
2016-11-17 11:20:52 +00:00
|
|
|
"runtime-type-checks": "0.0.4",
|
2017-06-18 17:52:54 +00:00
|
|
|
"smartq": "^1.1.1",
|
2017-06-23 09:19:48 +00:00
|
|
|
"typings-global": "^1.0.19"
|
2016-09-11 14:22:53 +00:00
|
|
|
},
|
|
|
|
"devDependencies": {
|
2017-06-18 17:52:54 +00:00
|
|
|
"@types/shelljs": "^0.7.2",
|
2017-06-23 09:19:48 +00:00
|
|
|
"qenv": "^1.1.7",
|
2017-06-18 17:52:54 +00:00
|
|
|
"shelljs": "^0.7.8",
|
2017-02-25 10:37:05 +00:00
|
|
|
"smartstring": "^2.0.24",
|
2017-06-18 17:52:54 +00:00
|
|
|
"tapbundle": "^1.0.14"
|
2016-09-11 14:22:53 +00:00
|
|
|
}
|
2016-09-11 09:02:25 +00:00
|
|
|
}
|