pomy
Version:
Based on the concept of a project object model (POM), POMY can manage a project's build, reporting and documentation from a central piece of information.
93 lines • 2.33 kB
JSON
{
"group": "atom.lico",
"artifact": "pomy",
"name": "pomy",
"version": "1.6.3",
"title": "pomy - a software project management and comprehension tool",
"description": "Based on the concept of a project object model (POM), POMY can manage a project's build, reporting and documentation from a central piece of information.",
"main": "",
"moduleType": [],
"license": "MIT",
"keywords": "POM, POMY, Maven, Surface, JSRT, Node.js, Gulp, Angularjs, Markdown, API Document, JsDoc, Open Source",
"googleWebmasterMeta": "DAyGOgtsg8rJpq9VVktKzDkQ1UhXm1FYl8SD47hPkjA",
"homepage": "https://github.com/licoliu/pomy",
"private": false,
"define": "cmd",
"files": [
"bin",
"completion",
"site",
"tasks",
"util",
".jsbeautifyrc",
".jsdoc",
"bower.json",
"gulpfile.js",
"index.js",
"logo.ico",
"pomy.json",
"project.json",
"local.json",
"README.md",
"startup.js",
"startup.json",
"gencert.sh"
],
"bin": {
"pomy": "./bin/pomy.js"
},
"dependencies": {
"ansi-colors": "2.0.2",
"archy": "1.0.0",
"bower": "1.8.4",
"chalk": "1.1.3",
"config-file": "0.3.2",
"del": "2.2.2",
"fancy-log": "1.3.2",
"gulp": "3.9.1",
"gulp-bower-normalize": "1.1.1",
"gulp-concat": "2.6.1",
"gulp-filter": "4.0.0",
"gulp-git": "2.5.2",
"gulp-if": "2.0.0",
"gulp-insert": "0.5.0",
"gulp-jsbeautifier": "2.0.2",
"gulp-jshint": "2.1.0",
"gulp-json-editor": "2.2.1",
"gulp-less": "3.5.0",
"gulp-livereload": "3.8.1",
"gulp-clean-css": "3.9.4",
"gulp-minify-html": "1.0.6",
"gulp-notify": "3.2.0",
"gulp-rename": "1.3.0",
"gulp-uglify": "1.5.4",
"gulp-util": "~3.0.8",
"gulp-zip": "4.1.0",
"gutil": "1.6.4",
"jshint": "2.9.5",
"liftoff": "2.5.0",
"main-bower-files": "2.13.1",
"minimist": "1.2.0",
"pm2": "2.10.4",
"pretty-hrtime": "1.0.3",
"rc": "1.1.6",
"semver": "5.5.0",
"tildify": "1.2.0",
"v8flags": "3.1.1"
},
"devDependencies": {},
"authors": [
"lico <lico.atom@gmail.com>"
],
"bugs": {
"url": "https://github.com/licoliu/pomy/issues"
},
"repository": {
"type": "git",
"url": "git@github.com:licoliu/pomy.git"
},
"engines": {
"node": ">= 6.11.0",
"npm": ">=3.10.10"
}
}