{
  "name": "es6-dev-template",
  "version": "1.0.1-6",
  "description": "Template for ES6 development",
  "main": "grunt",
  "scripts": {
    "lint": "./node_modules/.bin/grunt lint",
    "test": "./node_modules/.bin/grunt test"
  },
  "author": "Stanley Ng <stanleyhlng77-dev@yahoo.com.hk",
  "repository": {
    "type": "git",
    "url": "https://github.com/stanleyhlng/es6-dev-template"
  },
  "license": "MIT",
  "devDependencies": {
    "babel-core": "^4.7.16",
    "babel-loader": "^4.2.0",
    "bower": "^1.3.12",
    "chai": "^2.1.2",
    "connect-livereload": "^0.5.3",
    "coveralls": "^2.11.2",
    "docco": "^0.7.0",
    "eslint": "^0.17.1",
    "eslint-plugin-import": "^0.3.10",
    "eslint-plugin-mocha": "^0.2.2",
    "grunt": "^0.4.5",
    "grunt-babel": "^4.0.0",
    "grunt-cli": "^0.1.13",
    "grunt-contrib-clean": "^0.6.0",
    "grunt-contrib-connect": "^0.9.0",
    "grunt-contrib-copy": "^0.8.0",
    "grunt-contrib-watch": "^0.6.1",
    "grunt-docco": "^0.3.3",
    "grunt-eslint": "^9.0.0",
    "grunt-jsdoc": "^0.5.8",
    "grunt-karma": "^0.10.1",
    "grunt-karma-coveralls": "^2.5.3",
    "grunt-mkdir": "^0.1.2",
    "grunt-port-pick": "^1.5.1",
    "grunt-release": "^0.12.0",
    "karma": "^0.12.31",
    "karma-babel-preprocessor": "^4.0.1",
    "karma-cajon": "0.0.1",
    "karma-chai": "^0.1.0",
    "karma-commonjs-require": "0.0.3",
    "karma-coverage": "^0.2.7",
    "karma-mocha": "^0.1.10",
    "karma-mocha-reporter": "^1.0.2",
    "karma-phantomjs-launcher": "^0.1.4",
    "karma-tap-reporter": "0.0.3",
    "mocha": "^2.2.1",
    "precommit-hook": "^2.0.1",
    "requirejs": "^2.1.16",
    "time-grunt": "^1.1.0",
    "webpack": "^1.7.3"
  },
  "keywords": [
    "es6",
    "template"
  ]
}
