mastery
Version:
MasteryJS command line utility
79 lines (78 loc) • 2 kB
JSON
{
"name": "mastery",
"version": "1.0.0-alpha2",
"description": "MasteryJS command line utility",
"author": "Muhammad Labib Ramadhan",
"email": "mlabib.ramadhan@gmail.com",
"license": "MIT",
"bin": {
"mastery": "build/cli.js"
},
"scripts": {
"lint": "eslint src test --fix",
"generate-docs": "jsdoc -c jsdoc.json"
},
"pre-commit": [
"lint"
],
"repository": {
"url": "https://github.com/labibramadhan/mastery-cli.git",
"type": "git"
},
"keywords": [
"hapi",
"api",
"cli",
"rest",
"sequelize",
"generator",
"boilerplate",
"starter",
"basecode",
"springboard"
],
"devDependencies": {
"babel-eslint": "^7.1.1",
"babel-plugin-add-module-exports": "^0.2.1",
"babel-plugin-transform-class-properties": "^6.19.0",
"babel-plugin-transform-decorators-legacy": "^1.3.4",
"babel-plugin-transform-es2015-modules-commonjs": "^6.18.0",
"babel-plugin-transform-flow-strip-types": "^6.18.0",
"babel-plugin-transform-runtime": "^6.15.0",
"babel-preset-stage-3": "^6.17.0",
"docdash": "^0.4.0",
"eslint": "^3.12.1",
"eslint-config-airbnb": "^13.0.0",
"eslint-plugin-import": "^2.2.0",
"eslint-plugin-jsx-a11y": "^2.2.3",
"eslint-plugin-react": "^6.8.0",
"gulp-jsdoc3": "^1.0.1",
"jsdoc": "^3.4.3",
"jsdoc-babel": "^0.3.0",
"pre-commit": "^1.2.2"
},
"dependencies": {
"babel-cli": "^6.18.0",
"babel-core": "^6.21.0",
"bluebird": "^3.4.6",
"chalk": "^1.1.3",
"clear": "^0.0.1",
"cli-spinner": "^0.2.5",
"commander": "^2.9.0",
"del": "^2.2.2",
"figlet": "^1.2.0",
"glob": "^7.1.1",
"gulp": "^3.9.1",
"gulp-babel": "^6.1.2",
"gulp-copy": "^1.0.0",
"gulp-uglify": "^2.0.0",
"inquirer": "^2.0.0",
"lodash": "^4.17.2",
"loud-rejection": "^1.6.0",
"nconf": "^0.8.4",
"node-polyglot": "^2.2.1",
"pm2": "^2.2.1",
"prompt": "^1.0.0",
"simple-git": "^1.65.0"
}
}