smartdata/package.json

44 lines
1.1 KiB
JSON
Raw Normal View History

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": {
2016-09-12 15:31:23 +00:00
"test": "(npm run prepareMongo && npmts)",
"prepareMongo": "(rm -rf ./test/data && mkdir ./test/data/)"
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": {
2016-11-17 21:36:12 +00:00
"@types/lodash": "^4.14.39",
2016-11-17 11:20:52 +00:00
"@types/mongodb": "^2.1.34",
"@types/nedb": "0.0.31",
"@types/q": "0.0.32",
"beautylog": "^6.0.0",
"lik": "^1.0.24",
2016-11-17 21:36:12 +00:00
"lodash": "^4.17.2",
2016-11-17 11:20:52 +00:00
"mongodb": "^2.2.11",
"nedb": "^1.8.0",
2016-09-11 14:22:53 +00:00
"q": "^1.4.1",
2016-11-17 11:20:52 +00:00
"runtime-type-checks": "0.0.4",
2016-09-11 14:22:53 +00:00
"typings-global": "^1.0.14"
},
"devDependencies": {
2016-11-17 11:20:52 +00:00
"@types/shelljs": "^0.3.32",
"@types/should": "^8.1.30",
"shelljs": "^0.7.5",
"should": "^11.1.1",
"smartstring": "^2.0.22",
2016-09-11 14:22:53 +00:00
"typings-test": "^1.0.3"
}
2016-09-11 09:02:25 +00:00
}