smartdata/package.json

39 lines
982 B
JSON
Raw Normal View History

2016-09-11 09:02:25 +00:00
{
"name": "smartdata",
2016-09-13 23:02:23 +00:00
"version": "1.0.15",
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": {
"@types/mongodb": "^2.1.32",
"@types/q": "0.0.30",
"beautylog": "^5.0.23",
2016-09-13 20:53:21 +00:00
"lik": "^1.0.15",
2016-09-11 14:22:53 +00:00
"mongodb": "^2.2.9",
"q": "^1.4.1",
"typings-global": "^1.0.14"
},
"devDependencies": {
"@types/shelljs": "^0.3.30",
"@types/should": "^8.1.29",
"shelljs": "^0.7.4",
"should": "^11.1.0",
2016-09-12 15:31:23 +00:00
"smartstring": "^2.0.17",
2016-09-11 14:22:53 +00:00
"typings-test": "^1.0.3"
}
2016-09-11 09:02:25 +00:00
}