38 lines
785 B
JSON
38 lines
785 B
JSON
{
|
|
"name": "qenv",
|
|
"version": "1.0.7",
|
|
"description": "promised environments",
|
|
"main": "dist/index.js",
|
|
"typings": "dist/index.d.ts",
|
|
"scripts": {
|
|
"test": "(npmts)"
|
|
},
|
|
"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": {
|
|
"npmts-g": "^5.2.6",
|
|
"should": "^9.0.2",
|
|
"typings-test": "^1.0.1"
|
|
},
|
|
"dependencies": {
|
|
"beautylog": "^5.0.12",
|
|
"lodash": "^4.13.1",
|
|
"q": "^1.4.1",
|
|
"smartfile": "^3.0.10",
|
|
"typings-global": "^1.0.3"
|
|
}
|
|
}
|