2016-06-19 15:33:54 +00:00
|
|
|
{
|
2018-08-12 22:09:37 +00:00
|
|
|
"name": "@pushrocks/qenv",
|
2017-05-13 09:40:13 +00:00
|
|
|
"version": "1.1.7",
|
2018-08-12 22:09:37 +00:00
|
|
|
"private": false,
|
2016-12-31 18:26:32 +00:00
|
|
|
"description": "easy promised environments",
|
2016-06-19 15:33:54 +00:00
|
|
|
"main": "dist/index.js",
|
2016-06-20 20:19:11 +00:00
|
|
|
"typings": "dist/index.d.ts",
|
2016-06-19 15:33:54 +00:00
|
|
|
"scripts": {
|
2018-08-12 22:09:37 +00:00
|
|
|
"test": "(tstest test/)",
|
|
|
|
"build": "echo \"Not needed for now\""
|
2016-06-19 15:33:54 +00:00
|
|
|
},
|
|
|
|
"repository": {
|
|
|
|
"type": "git",
|
|
|
|
"url": "git+ssh://git@gitlab.com/pushrocks/qenv.git"
|
|
|
|
},
|
|
|
|
"keywords": [
|
|
|
|
"environment",
|
|
|
|
"git",
|
|
|
|
"ci"
|
|
|
|
],
|
|
|
|
"author": "Lossless GmbH",
|
|
|
|
"license": "MIT",
|
|
|
|
"bugs": {
|
|
|
|
"url": "https://gitlab.com/pushrocks/qenv/issues"
|
|
|
|
},
|
|
|
|
"homepage": "https://gitlab.com/pushrocks/qenv#README",
|
|
|
|
"devDependencies": {
|
2018-08-12 22:09:37 +00:00
|
|
|
"@gitzone/tsbuild": "^2.0.22",
|
|
|
|
"@gitzone/tsrun": "^1.1.12",
|
|
|
|
"@gitzone/tstest": "^1.0.13",
|
|
|
|
"@pushrocks/tapbundle": "^3.0.5",
|
|
|
|
"@types/node": "^10.5.8"
|
2016-06-19 15:33:54 +00:00
|
|
|
},
|
|
|
|
"dependencies": {
|
2018-08-12 22:09:37 +00:00
|
|
|
"@pushrocks/smartfile": "^6.0.6"
|
2016-06-19 15:33:54 +00:00
|
|
|
}
|
2018-08-12 22:09:37 +00:00
|
|
|
}
|