UNPKG

generator-sublime

Version:

Yeoman generator for scaffolfding the standard configuration root files like .gitignore, .jshintrc, .jscsrc etc...

87 lines (86 loc) 2.11 kB
{ "name": "generator-sublime", "version": "2.0.13", "description": "Yeoman generator for scaffolfding the standard configuration root files like .gitignore, .jshintrc, .jscsrc etc...", "license": "MIT", "main": "app/index.js", "repository": "mcfly-io/generator-sublime", "author": { "name": "Avi Haiat", "email": "thaiat@ipelia.com", "url": "https://github.com/thaiat" }, "engines": { "node": ">=0.10.0" }, "scripts": { "coverage": "istanbul cover ./node_modules/mocha/bin/_mocha ./test -r ./test/helpers/global.js && istanbul report cobertura", "test": "gulp test" }, "files": [ "bin/prepublish.sh", "class", "app", "bash", "gulps", "templates" ], "preferGlobal": true, "keywords": [ "yeoman-generator", "editor", "app", "sublime", "lint", "jshint", "jsbeautify", "tern", "scaffold" ], "dependencies": { "bluebird": "3.3.4", "chalk": "1.1.1", "github": "0.2.4", "lodash": "3.10.1", "shelljs": "0.6.0", "strip-json-comments": "2.0.1", "update-notifier": "0.6.3", "yeoman-generator": "0.22.5", "yosay": "1.1.0" }, "devDependencies": { "babel-eslint": "6.0.0", "chai": "3.5.0", "codeclimate-test-reporter": "0.3.1", "conventional-changelog": "1.1.0", "del": "2.2.0", "eslint": "^2.5.1", "eslint-plugin-nodeca": "1.0.3", "event-stream": "3.3.2", "github-username": "2.1.0", "gulp": "3.9.1", "gulp-bump": "2.1.0", "gulp-concat": "^2.6.0", "gulp-eslint": "2.0.0", "gulp-exec": "2.1.2", "gulp-git": "1.7.0", "gulp-help": "1.6.1", "gulp-if": "2.0.0", "gulp-istanbul": "0.10.3", "gulp-mocha": "2.2.0", "gulp-order": "^1.1.1", "gulp-plumber": "1.1.0", "gulp-tap": "0.1.3", "gulp-util": "3.0.7", "inquirer": "0.12.0", "mocha": "2.4.5", "mocha-lcov-reporter": "1.2.0", "mockery": "1.4.1", "node-jsxml": "0.7.0", "require-dir": "0.3.0", "run-sequence": "1.1.5", "sinon": "1.17.3", "try-thread-sleep": "1.0.0", "yargs": "4.3.2" } }