{
  "name": "<%= name %>",
  "version": "0.1.0",
  "description": "<%= name %> ng6 component library",
  "main": "dist/bundle.js",
  "module": "library.module.js",
  "jsnext:main": "library.module.js",
  "library": true,
  "engines" : {
    "node" : ">=6.0.0"
  },
  "scripts": {
    "prebuild": "rimraf dist",
    "build": "webpack --env.prod",
    "prepublish": "npm run build",
    "serve": "webpack --env.dev --watch",
    "lint": "eslint .",
    "lint:fix": "eslint . --fix",
    "test": "mocha ./{app,components,directives,filters,providers,services}/**/*.spec.js --opts mocha.opts",
    "test:watch": "npm run test -- -w"
  },
  "dependencies": {
    "angular": "1.5.8"
  },
  "devDependencies": {
    "babel-core": "^6.23.1",
    "babel-loader": "^6.3.2",
    "babel-plugin-angularjs-annotate": "^0.7.0",
    "babel-plugin-transform-es2015-modules-commonjs": "^6.23.0",
    "babel-polyfill": "^6.23.0",
    "babel-preset-es2015": "^6.22.0",
    "chai": "^3.5.0",
    "copy-webpack-plugin": "^4.0.1",
    "css-loader": "^0.26.2",
    "eslint": "^3.16.1",
    "eslint-plugin-import": "^2.0.1",
    "extract-text-webpack-plugin": "^2.0.0",
    "file-loader": "^0.10.1",
    "html-loader": "^0.4.5",
    "ignore-styles": "^5.0.1",
    "mocha": "^3.1.2",
    "mocha-teamcity-reporter": "^1.1.1",
    "ng-annotate-loader": "0.2.0",
    "node-sass": "^4.5.0",
    "raw-loader": "0.5.1",
    "rimraf": "^2.6.1",
    "sass-loader": "^6.0.2",
    "sass-resources-loader": "^1.2.0",
    "style-loader": "^0.13.2",
    "url-loader": "^0.5.8",
    "webpack": "^2.2.1",
    "webpack-config-utils": "^2.3.0",
    "write-file-webpack-plugin": "^3.4.2"
  }
}
