UNPKG

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.

79 lines 1.7 kB
{ "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", "homepage": "https://github.com/licoliu/pomy", "private": false, "define": "cmd", "ignore": [ "**/.*", "node_modules", "bower_components", "test", "tests" ], "dependencies": {}, "devDependencies": {}, "overrides": { "normalizeMulti": [{ "dependencies": [], "normalize": { "images": [ "*.jpeg", "*.png", "*.jpg", "*.gif" ], "fonts": [ "*.eot", "*.otf", "*.svg", "*.ttf", "*.woff", "*.woff2" ], "js": [ "*.js" ], "css": [ "*.css", "*.css.map" ], "less": [ "*.less" ], "sass": [ "*.sass" ], "scss": [ "*.scss" ] } }] }, "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": ">= 0.10" }, "scripts": {}, "bin": { "pomy": "./bin/pomy.js" }, "resolutions": {} }