pag-template-node-module
Version:
node-module template for pag
48 lines (47 loc) • 1.13 kB
Plain Text
{
"name": "{{name}}",
"version": "{{version}}",
"description": "{{description}}",
"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/{{name}}.git"
},
"bugs": {
"url": "https://github.com/subchen/{{name}}/issues"
},
"keywords": [
"snack"
],
"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"
}
}