runas-core
Version:
The adhesive orchestrator
82 lines • 1.82 kB
JSON
{
"name": "runas-core",
"version": "0.1.1",
"description": "The adhesive orchestrator",
"main": "index.js",
"homepage": "https://gitlab.com/runas/runas",
"repository": {
"type": "git",
"url": "git+https://gitlab.com/runas/runas.git"
},
"bugs": {
"url": "https://gitlab.com/runas/runas",
"email": "gluon.cd@gmail.com"
},
"author": {
"email": "gluon.cd@gmail.com",
"name": "Gluon CD"
},
"license": "Apache-2.0",
"engines": {
"node": ">=6.0.0"
},
"keywords": [
"runas-recipe",
"tooling",
"wrapper",
"CLI",
"jenkins",
"bamboo",
"CI",
"integration",
"continuous",
"deployment",
"docker",
"testing",
"junit",
"orchestrator",
"gulp",
"npm-library"
],
"preferGlobal": true,
"bin": {
"runas": "bin/runas.js"
},
"scripts": {
"deps": "npm install",
"test": "node_modules/.bin/mocha -u tdd --recursive && bin/runas.js -ft"
},
"dependencies": {
"async": "^2.2.0",
"chalk": "^1.1.1",
"global-modules": "^0.2.2",
"inquirer": "^1.1.1",
"lodash": "^4.13.1",
"marked": "^0.3.5",
"marked-terminal": "^1.6.1",
"moment": "^2.10.6",
"nopt": "^3.0.6",
"rimraf": "^2.5.2",
"runas-contexts": "^1.0.3",
"runas-requirements": "*",
"runas-site-template-basic": "^0.2.0",
"semver": "^5.1.0",
"stripcolorcodes": "^0.1.0",
"universal-analytics": "^0.3.11",
"update-notifier": "^0.7.0",
"uuid": "^2.0.2",
"xml": "^1.0.1"
},
"devDependencies": {
"chai": "^3.5.0",
"cz-conventional-changelog": "^1.1.5",
"mocha": "^3.2.0",
"runas-callback-to-promise": "^0.1.0",
"runas-functional-tests": "^1.1.0"
},
"config": {
"commitizen": {
"path": "./node_modules/cz-conventional-changelog"
}
}
}