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.

129 lines 2.73 kB
{ "group": "com.atomunion", "artifact": "pomy", "version": "1.6.3", "name": "pomy", "title": "pomy - a software project management and comprehension tool", "keywords": "POMY, Surface, JSRT, Node.js, Gulp, Angularjs, Markdown, API Document, JsDoc, Open Source", "author": "lico", "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.", "private": false, "license": "MIT", "debug": false, "loglevel": "error", "skin": "default", "define": "cmd", "servletPath": "", "repositoryManager": "bower", "registry": "https://registry.npm.taobao.org", "googleWebmasterMeta": "", "target": "local", "snapshort": true, "main": [ "./src/main/**/*" ], "dependencies": {}, "devDependencies": {}, "resolutions": {}, "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" ] } }] }, "deploy": { "local": { "ips": [ "127.0.0.1" ], "domain": "localhost", "port": 80, "syncPort": 8000, "user": "root", "nohup": true, "scp": false }, "prod": { "ips": [ "127.0.0.1" ], "domain": "localhost", "port": 80, "syncPort": 8000, "user": "root", "nohup": true, "scp": true } }, "site": { "ips": [ "127.0.0.1" ], "domain": "localhost", "port": 8421, "user": "root", "nohup": true, "scp": true }, "params": { "local": {}, "prod": {} }, "repository": { "type": "git", "url": "git@github.com:licoliu/pomy.git" }, "bugs": { "url": "https://github.com/licoliu/pomy/issues" }, "homepage": "https://github.com/licoliu/pomy", "online": { "local": "https://github.com/licoliu/pomy" }, "manual": { "url": "https://github.com/licoliu/pomy", "email": "lico.atom@gmail.com" }, "developers": [{ "id": "lico", "name": "lico liu", "email": "lico.atom@gmail.com", "url": "https://github.com/licoliu" }], "contributors": [], "organization": { "name": "atomunion", "url": "https://github.com/atomunion" } }