{
  "name": "angular.next",
  "version": "0.1.2",
  "description": "angular.next is a next generation Angular 1 application that comes with a gulp component generator.",
  "scripts": {
    "build": "gulp webpack",
    "start": "gulp",
    "test": "karma start"
  },
  "dependencies": {
    "angular": "^1.4.7",
    "angular-ui-router": "^0.2.15",
    "lodash": "^3.10.1",
    "normalize.css": "^3.0.3"
  },
  "devDependencies": {
    "angular-mocks": "^1.4.7",
    "babel-core": "^5.4.2",
    "babel-loader": "^5.0.0",
    "browser-sync": "^2.9.12",
    "chai": "^3.4.1",
    "css-loader": "^0.22.0",
    "fs-walk": "0.0.1",
    "gulp": "^3.9.0",
    "gulp-rename": "^1.2.2",
    "gulp-template": "^3.0.0",
    "karma": "^0.13.15",
    "karma-chai": "^0.1.0",
    "karma-chrome-launcher": "^0.2.1",
    "karma-mocha": "^0.2.0",
    "karma-mocha-reporter": "^1.1.1",
    "karma-sourcemap-loader": "^0.3.6",
    "karma-webpack": "^1.7.0",
    "mocha": "^2.3.3",
    "node-libs-browser": "^0.5.3",
    "raw-loader": "^0.5.1",
    "run-sequence": "^1.1.4",
    "style-loader": "^0.13.0",
    "stylus-loader": "^1.4.2",
    "webpack": "^1.12.3",
    "webpack-stream": "^2.1.1",
    "yargs": "^3.29.0"
  },
  "author": "Ryan C. Martin <highiq@email.com>",
  "licenses": [
    {
      "type": "MIT",
      "url": "https://github.com/highiq/angular.next/blob/master/LICENSE"
    }
  ],
  "homepage": "https://github.com/highiq/angular.next#readme",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/highiq/angular.next.git"
  },
  "bugs": {
    "url": "https://github.com/highiq/angular.next/issues"
  }
}
