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.

169 lines 3.17 kB
{ "group": "", "artifact": "", "version": "0.0.1", "name": "", "title": "", "keywords": "", "author": "", "description": "", "private": false, "license": "MIT", "debug": true, "loglevel": "debug", "skin": "default", "define": "cmd", "servletPath": "", "repositoryManager": "bower", "registry": "https://registry.npm.taobao.org", "googleWebmasterMeta": "", "target": "local", "snapshort": true, "main": [ "./src/main/**/*" ], "dependencies": {}, "devDependencies": { "pomy": "^1.4.0" }, "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": 8888, "syncPort": 8000, "user": "root", "nohup": true, "scp": true }, "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 }, "plugins": [{ "group": "com.expressjs", "artifact": "express", "proxy": { "url": "/api", "target": "http://proxy address", "changeOrigin": true, "urlencoded2json": false, "key": "authorization", "token": "Token xxx" }, "devDependencies": { "body-parser": "^1.14.1", "chalk": "^2.4.1", "compression": "^1.5.2", "config-file": "^0.3.1", "connect": "^3.4.0", "cookie-parser": "^1.4.0", "cookie-session": "^1.2.0", "errorhandler": "^1.4.2", "es6-promise": "^3.0.2", "express": "^4.13.3", "express-handlebars": "^3.0.0", "gutil": "^1.6.4", "http-proxy-middleware": "^0.17.4", "method-override": "^2.3.5", "minimist": "^1.2.0", "morgan": "^1.6.1", "pm2": "^1.1.3", "request": "^2.64.0", "rotating-file-stream": "^0.0.4", "serve-favicon": "^2.3.0", "serve-static": "^1.10.0" } }], "params": { "local": {}, "prod": {} }, "repository": { "type": "git", "url": "" }, "bugs": { "url": "" }, "homepage": "", "online": { "local": "", "fat": "", "uat": "", "prod": "" }, "manual": { "url": "", "email": "" }, "developers": [{ "id": "", "name": "", "email": "", "url": "" }], "contributors": [], "organization": { "name": "", "url": "" } }