UNPKG

bricks-cli

Version:

Command line tool for developing ambitious ember.js apps

153 lines (152 loc) 3.85 kB
{ "name": "bricks-cli", "version": "0.0.39", "main": "lib/cli/index.js", "description": "Command line tool for developing ambitious ember.js apps", "trackingCode": "UA-49225444-1", "bin": { "bricks": "./bin/bricks" }, "scripts": { "test": "mocha --timeout 8000 --reporter spec tests/**/*-test.js tests/**/*/*-test.js tests/**/*/*/*-test.js", "test-all": "mocha --timeout 8000 --reporter spec tests/**/*-test.js tests/**/*/*-test.js tests/**/*/*/*-test.js tests/**/*-slow.js", "autotest": "mocha --watch --reporter spec tests/**/*-test.js" }, "repository": { "type": "git", "url": "https://github.com/innobricks/bricks-cli" }, "engines": { "node": ">= 0.10.0" }, "keywords": [ "ember.js", "ember", "cli", "app", "kit", "app-kit", "ember-app-kit" ], "author": "Ember core team and ember cli contributors", "license": "MIT", "bugs": { "url": "https://github.com/innobricks/bricks-cli/issues" }, "bundledDependencies": [ "bower", "bower-config", "broccoli", "broccoli-clean-css", "broccoli-concat", "broccoli-es3-safe-recast", "broccoli-es6-concatenator", "broccoli-file-mover", "broccoli-file-remover", "broccoli-jshint", "broccoli-merge-trees", "broccoli-string-replace", "broccoli-sane-watcher", "broccoli-static-compiler", "broccoli-uglify-js", "broccoli-unwatched-tree", "chalk", "concat-stream", "configstore", "connect-chain", "connect-livereload", "expresss", "diff", "express", "findup", "fs-extra", "glob", "inflection", "inquirer", "leek", "lodash-node", "minimatch", "ncp", "nopt", "npm", "pleasant-progress", "proxy-middleware", "testem", "quick-temp", "readline2", "resolve", "rimraf", "semver", "through", "tiny-lr", "walk-sync" ], "dependencies": { "abbrev": "^1.0.5", "bower": "^1.3.5", "bower-config": "^0.5.2", "broccoli": "^0.12.1", "broccoli-clean-css": "^0.2.0", "broccoli-concat": "0.0.6", "broccoli-es3-safe-recast": "0.0.8", "broccoli-es6-concatenator": "^0.1.6", "broccoli-file-mover": "^0.3.5", "broccoli-file-remover": "~0.2.2", "broccoli-jshint": "^0.5.1", "broccoli-kitchen-sink-helpers": "^0.2.4", "broccoli-merge-trees": "^0.1.3", "broccoli-sane-watcher": "0.0.5", "broccoli-static-compiler": "^0.1.4", "broccoli-string-replace": "^0.0.1", "broccoli-uglify-js": "^0.1.3", "broccoli-unwatched-tree": "^0.1.1", "broccoli-writer": "^0.1.1", "chalk": "^0.4.0", "concat-stream": "^1.4.6", "configstore": "^0.2.3", "connect-chain": "0.0.1", "connect-livereload": "^0.4.0", "debug": "^0.7.4", "diff": "^1.0.8", "express": "^4.4.4", "findup": "^0.1.5", "fs-extra": "^0.8.1", "glob": "^4.0.3", "inflection": "^1.3.7", "inquirer": "^0.5.1", "js-string-escape": "^1.0.0", "leek": "0.0.6", "lodash-node": "^2.4.1", "merge": "^1.1.3", "minimatch": "^0.3.0", "mkdirp": "^0.5.0", "ncp": "~0.6.0", "nopt": "^3.0.1", "npm": "^1.4.6", "pleasant-progress": "^1.0.1", "proxy-middleware": "^0.5.0", "quick-temp": "^0.1.2", "readline2": "^0.1.0", "resolve": "^0.7.1", "rimraf": "^2.2.8", "rsvp": "^3.0.9", "semver": "^2.3.1", "source-map": "^0.1.37", "testem": "^0.6.15", "through": "^2.3.4", "tiny-lr": "0.0.8", "tmp-sync": "^1.0.1", "walk-sync": "^0.1.2", "yam": "0.0.12" }, "devDependencies": { "chai": "^1.9.1", "chai-as-promised": "^4.1.1", "mocha": "^1.18.0", "mocha-jshint": "0.0.7", "node-require-timings": "0.0.1", "rewire": "^2.0.0", "supertest": "^0.13.0", "tmp-sync": "^1.0.1" } }