{
  "name": "pag-template-node-module",
  "version": "1.0.3",
  "description": "node-module template for pag",
  "author": {
    "name": "Guoqiang Chen",
    "email": "subchen@gmail.com",
    "url": "https://github.com/subchen"
  },
  "contributors": [],
  "license": "Apache-2.0",
  "repository": {
    "type": "git",
    "url": "https://github.com/subchen/pag-template-node-module.git"
  },
  "bugs": {
    "url": "https://github.com/subchen/pag-template-node-module/issues"
  },
  "homepage": "http://subchen.github.io/pag-template-node-module",
  "keywords": [
    "pag",
    "archetype",
    "generator",
    "template"
  ],
  "dependencies": {
  },
  "devDependencies": {
    "chai": "^2.3.0",
    "coveralls": "^2.11.2",
    "grunt-cli": "^0.1.13",
    "grunt-contrib-jshint": "^0.11.1",
    "grunt-jsbeautifier": "^0.2.10",
    "grunt-jscs": "^1.6.0",
    "grunt-trimtrailingspaces": "^1.1.0",
    "istanbul": "^0.3.13",
    "load-grunt-tasks": "^3.2.0",
    "mocha": "^2.2.4",
    "mocha-lcov-reporter": "0.0.2"
  },
  "engines": {
    "node": ">= 0.10.0"
  },
  "main": "index.js",
  "scripts": {
    "test": "mocha",
    "test-sa": "grunt sa",
    "test-cc": "istanbul cover _mocha -- --reporter mocha-lcov-reporter",
    "test-cc-post": "cat ./coverage/lcov.info | coveralls"
  }
}
