add tests and gitlab ci

This commit is contained in:
2016-09-11 16:22:53 +02:00
parent 08897a75f2
commit 529d4c155f
13 changed files with 237 additions and 1 deletions

View File

@ -3,6 +3,7 @@
"version": "1.0.0",
"description": "do more with data",
"main": "dist/index.js",
"typings":"dist/index.d.ts",
"scripts": {
"test": "(npmts)"
},
@ -15,5 +16,20 @@
"bugs": {
"url": "https://gitlab.com/pushrocks/smartdata/issues"
},
"homepage": "https://gitlab.com/pushrocks/smartdata#README"
"homepage": "https://gitlab.com/pushrocks/smartdata#README",
"dependencies": {
"@types/mongodb": "^2.1.32",
"@types/q": "0.0.30",
"beautylog": "^5.0.23",
"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",
"typings-test": "^1.0.3"
}
}