pag
Version:
A project archetypes generator
60 lines (59 loc) • 1.39 kB
JSON
{
"name": "pag",
"version": "1.0.1",
"description": "A project archetypes generator",
"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.git"
},
"bugs": {
"url": "https://github.com/subchen/pag/issues"
},
"homepage": "http://subchen.github.io/pag",
"keywords": [
"pag",
"archetype",
"generator"
],
"dependencies": {
"async": "^1.0.0",
"chalk": "^1.0.0",
"lodash": "^3.9.3",
"snack-cli": "^1.1.0",
"snack-file": "^1.0.0",
"snack-string": "^1.2.1"
},
"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",
"bin": {
"pag": "./bin/pag"
},
"scripts": {
"test": "mocha",
"test-sa": "grunt sa",
"test-cc": "istanbul cover _mocha -- --reporter mocha-lcov-reporter",
"test-cc-post": "cat ./coverage/lcov.info | coveralls"
}
}