{
  "name": "angularity",
  "description": "An opinionated NodeJs build system for ECMAScript 6 AngularJs projects",
  "version": "0.4.2",
  "tags": [
    "build",
    "system",
    "make",
    "tool",
    "pipeline",
    "angular",
    "es6",
    "esnext",
    "browserify",
    "babel"
  ],
  "scripts": {
    "test": "node node_modules/jasmine-node/bin/jasmine-node --verbose --captureExceptions test/specs",
    "lint": "node test/jshint.js",
    "generatedocs": "mkdir -p documentation && echo 'autodocs placeholder documentation' > documentation/index.html && ls -la documentation && echo 'Placeholder documentation generated'",
    "autodocs": "node ./node_modules/autodocs"
  },
  "contributors": [
    "bholloway",
    "impaler",
    "bguiz"
  ],
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "https://github.com/angularity/node-angularity"
  },
  "bugs": {
    "url": "https://github.com/angularity/node-angularity/issues"
  },
  "homepage": "http://angularity.github.io",
  "main": "index.js",
  "bin": {
    "angularity": "./bin/cli.js"
  },
  "engineStrict": "true",
  "engines": {
    "node": ">=0.10.28 <0.11",
    "npm": ">=2.0"
  },
  "dependencies": {
    "babelify": "latest",
    "angularity-jshint-reporter": "latest",
    "bower-directory": "latest",
    "browser-sync": "latest",
    "browserify": "latest",
    "browserify-anonymous-labeler": "latest",
    "browserify-esprima-tools": "latest",
    "browserify-incremental-plugin": "latest",
    "browserify-nginject": "latest",
    "browserify-transform-tools": "latest",
    "chalk": "latest",
    "combine-source-map": "latest",
    "combined-stream": "latest",
    "convert-source-map": "latest",
    "esmangleify": "latest",
    "gulp": "latest",
    "gulp-concat": "latest",
    "gulp-filter": "latest",
    "gulp-inject": "latest",
    "gulp-jshint": "latest",
    "gulp-load-plugins": "latest",
    "gulp-minify-html": "latest",
    "gulp-ng-html2js": "latest",
    "gulp-plumber": "latest",
    "gulp-rimraf": "latest",
    "gulp-semiflat": "latest",
    "gulp-slash": "latest",
    "gulp-util": "latest",
    "gulp-watch": "latest",
    "gulp-watch-sequence": "latest",
    "gulp-wrap": "latest",
    "html-parser": "latest",
    "htmlparser2": "latest",
    "ide-template": "latest",
    "inquirer": "latest",
    "karma": "latest",
    "karma-angularity-reporter": "latest",
    "karma-chrome-launcher": "latest",
    "karma-jasmine": "latest",
    "karma-spec-reporter": "latest",
    "lodash.defaults": "latest",
    "lodash.flatten": "latest",
    "lodash.merge": "latest",
    "lodash.template": "latest",
    "mime": "latest",
    "minimatch": "latest",
    "node-sass": "latest",
    "plugin-registry": "latest",
    "pretty-hrtime": "latest",
    "q": "latest",
    "request-progress": "latest",
    "require-dir": "latest",
    "rework": "latest",
    "rework-visit": "latest",
    "run-sequence": "latest",
    "shelljs": "latest",
    "source-map": "latest",
    "sourcemap-to-ast": "latest",
    "stream-spigot": "latest",
    "stringify": "latest",
    "task-yargs": "latest",
    "through-pipes": "latest",
    "through2": "latest",
    "yargs": "latest"
  },
  "devDependencies": {
    "angularity-helloworld-es5": "angularity/angularity-helloworld-es5#ci-build-0.2.0-E",
    "angularity-todo-es5": "angularity/angularity-todo-es5#ci-build-0.3.1-A",
    "autodocs": "^0.6.8",
    "jasmine-diff-matchers": "~2.0.0",
    "jasmine-node": "2.0.0-beta4",
    "jshint-stylish": "^1.0.1",
    "ncp": "~2.0.0",
    "ps-tree": "~0.0.3"
  }
}
