UNPKG

mc-core

Version:
88 lines (87 loc) 2.24 kB
{ "name": "mc-core", "version": "1.0.0-alpha.1", "description": "Deployments made simple", "repository": { "type": "git", "url": "https://github.com/space-race/mc-core.git" }, "bin": { "mc": "./src/cli/index.js" }, "keywords": [ "Continuous Integration", "Continuous Delivery", "Continuous Deployment", "DevOps", "Automation", "Orchestration" ], "main": "build/server.js", "scripts": { "test": "./node_modules/.bin/eslint . && NODE_ENV=test ./node_modules/.bin/tape test/**/spec*.js | ./node_modules/.bin/tap-spec", "postinstall": "node_modules/.bin/gulp" }, "author": "Andy Fleming <andy@zesty.io>", "contributors": [ "Stuart Runyan <stuart@zesty.io>" ], "license": "MIT", "engines": { "node": ">=5.0" }, "dependencies": { "angular": "^1.4.8", "angular-moment": "^0.10.3", "angular-socket-io": "^0.7.0", "angular-ui-bootstrap": "^0.14.3", "angular-ui-router": "^0.2.15", "babel-cli": "6.2.0", "babel-preset-es2015": "6.1.18", "babelify": "^7.2.0", "bcryptjs": "^2.3.0", "body-parser": "1.14.1", "browserify": "^12.0.1", "colors": "1.1.2", "cookie-parser": "1.4.0", "dotenv": "1.2.0", "eslint": "^1.10.3", "eslint-config-standard": "^4.4.0", "eslint-plugin-standard": "^1.3.1", "express": "^4.13.3", "glob": "6.0.1", "gulp": "^3.9.0", "gulp-concat": "^2.6.0", "gulp-less": "^3.0.5", "gulp-minify-css": "^1.2.1", "gulp-plumber": "^1.0.1", "gulp-sourcemaps": "^1.6.0", "gulp-uglify": "^1.5.1", "jshint": "^2.9.1-rc1", "jsonwebtoken": "^5.4.1", "knex": "0.9.0", "mc-extension-validator": "*", "moment": "^2.10.6", "morgan": "1.6.1", "mysql2": "^0.15.8", "pm2": "0.15.10", "promptly": "^0.2.1", "q": "1.4.1", "redis": "2.4.2", "rsmq": "^0.4.0", "rsmq-worker": "^0.3.7", "socket.io": "^1.3.7", "socket.io-client": "^1.3.7", "standard": "5.4.1", "tracer": "0.8.2", "vinyl-buffer": "^1.0.0", "vinyl-source-stream": "^1.1.0", "watchify": "^3.6.1" }, "devDependencies": { "sinon": "1.17.2", "supertest": "1.1.0", "tap-spec": "4.1.1", "tape": "4.2.2" } }