added gitlab ci

This commit is contained in:
2016-09-25 14:00:16 +02:00
parent 361c7ecc2f
commit 8653abfce1
16 changed files with 164 additions and 1 deletions

View File

@ -3,6 +3,7 @@
"version": "1.0.0",
"description": "simplifies access to node streams, TypeScript ready!",
"main": "dist/index.js",
"typings": "dist/index.d.ts",
"scripts": {
"test": "(npmts)"
},
@ -15,5 +16,17 @@
"bugs": {
"url": "https://gitlab.com/pushrocks/smartstream/issues"
},
"homepage": "https://gitlab.com/pushrocks/smartstream#README"
"homepage": "https://gitlab.com/pushrocks/smartstream#README",
"devDependencies": {
"@types/should": "^8.1.30",
"npmts-g": "^5.2.8",
"should": "^11.1.0",
"typings-test": "^1.0.3"
},
"dependencies": {
"@types/q": "0.x.x",
"q": "^1.4.1",
"stream-combiner2": "^1.1.1",
"typings-global": "^1.0.14"
}
}