{
  "name": "angular-browserify-seed",
  "version": "0.0.4",
  "description": "A seed project for using browserify with angularjs",
  "repository": {
    "type": "git",
    "url": "git://github.com/redgeoff/angular-browserify-seed.git"
  },
  "author": "Geoffrey Cox",
  "keywords": [
    "angular",
    "angularjs",
    "browserify",
    "karma-coverage",
    "coverage",
    "karma",
    "test coverage",
    "grunt-browserify"
  ],
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/redgeoff/angular-browserify-seed/issues"
  },
  "devDependencies": {
    "angular": "^1.3.0",
    "browserify": "^6.1.0",
    "grunt": "^0.4.1",
    "grunt-browserify": "^3.1.0",
    "grunt-code-coverage-enforcer": "^0.1.2",
    "grunt-contrib-clean": "^0.5.0",
    "grunt-contrib-concat": "^0.4.0",
    "grunt-contrib-connect": "^0.7.1",
    "grunt-contrib-copy": "^0.5.0",
    "grunt-contrib-jshint": "^0.10.0",
    "grunt-contrib-uglify": "^0.4.0",
    "grunt-contrib-watch": "^0.6.1",
    "grunt-karma": "^0.8.3",
    "grunt-newer": "^0.7.0",
    "jasmine-as-promised": "0.0.8",
    "jshint-stylish": "^0.2.0",
    "karma": "^0.12.22",
    "karma-browserify-preprocessor": "^0.1.0",
    "karma-coverage": "^0.2.6",
    "karma-jasmine": "^0.1.5",
    "karma-phantomjs-launcher": "^0.1.4",
    "load-grunt-tasks": "^0.4.0",
    "q": "^1.0.1",
    "time-grunt": "^0.3.1",
    "underscore": "^1.7.0"
  },
  "engines": {
    "node": ">=0.10.0"
  },
  "scripts": {
    "test": "grunt test"
  }
}
