smartdata/package.json
2017-07-16 00:11:06 +02:00

40 lines
958 B
JSON

{
"name": "smartdata",
"version": "1.0.27",
"description": "do more with data",
"main": "dist/index.js",
"typings": "dist/index.d.ts",
"scripts": {
"test": "(npmts)",
"testLocal": "(npmdocker)"
},
"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"
},
"homepage": "https://gitlab.com/pushrocks/smartdata#README",
"dependencies": {
"@types/lodash": "^4.14.69",
"@types/mongodb": "^2.2.7",
"beautylog": "^6.1.10",
"lik": "^1.0.38",
"lodash": "^4.17.4",
"mongodb": "^2.2.30",
"runtime-type-checks": "0.0.4",
"smartq": "^1.1.6",
"typings-global": "^1.0.19"
},
"devDependencies": {
"@types/shelljs": "^0.7.2",
"qenv": "^1.1.7",
"shelljs": "^0.7.8",
"smartstring": "^2.0.24",
"tapbundle": "^1.1.1"
}
}