UNPKG

2.62 kBJSONView Raw
1{
2 "group": "com.atomunion",
3 "artifact": "pomy",
4 "version": "1.5.15",
5 "name": "pomy",
6 "title": "pomy - a software project management and comprehension tool",
7 "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.",
8 "private": false,
9 "license": "MIT",
10 "debug": false,
11 "loglevel": "error",
12 "skin": "default",
13 "define": "cmd",
14 "keywords": "POMY, Surface, JSRT, Node.js, Gulp, Angularjs, Markdown, API Document, JsDoc, Open Source",
15 "repository": {
16 "type": "git",
17 "url": "git@github.com:licoliu/pomy.git"
18 },
19 "bugs": {
20 "url": "https://github.com/licoliu/pomy/issues"
21 },
22 "homepage": "https://github.com/licoliu/pomy",
23 "repositoryManager": "bower",
24 "dependencies": {},
25 "devDependencies": {},
26 "resolutions": {},
27 "overrides": {
28 "normalizeMulti": [{
29 "dependencies": [],
30 "normalize": {
31 "images": [
32 "*.jpeg",
33 "*.png",
34 "*.jpg",
35 "*.gif"
36 ],
37 "fonts": [
38 "*.eot",
39 "*.otf",
40 "*.svg",
41 "*.ttf",
42 "*.woff",
43 "*.woff2"
44 ],
45 "js": [
46 "*.js"
47 ],
48 "css": [
49 "*.css",
50 "*.css.map"
51 ],
52 "less": [
53 "*.less"
54 ],
55 "sass": [
56 "*.sass"
57 ],
58 "scss": [
59 "*.scss"
60 ]
61 }
62 }]
63 },
64 "deploy": {
65 "local": {
66 "ips": [
67 "127.0.0.1"
68 ],
69 "domain": "localhost",
70 "port": 80,
71 "syncPort": 8000,
72 "user": "root",
73 "nohup": true,
74 "scp": false
75 },
76 "prod": {
77 "ips": [
78 "127.0.0.1"
79 ],
80 "domain": "localhost",
81 "port": 80,
82 "syncPort": 8000,
83 "user": "root",
84 "nohup": true,
85 "scp": true
86 }
87 },
88 "site": {
89 "ips": [
90 "127.0.0.1"
91 ],
92 "domain": "localhost",
93 "port": 8421,
94 "user": "root",
95 "nohup": true,
96 "scp": true
97 },
98 "owner": {
99 "local": "https://github.com/licoliu/pomy"
100 },
101 "manual": {
102 "url": "https://github.com/licoliu/pomy",
103 "email": "lico.atom@gmail.com"
104 },
105 "registry": "https://registry.npm.taobao.org",
106 "googleWebmasterMeta": "",
107 "author": "lico",
108 "developers": [{
109 "id": "lico",
110 "name": "lico liu",
111 "email": "lico.atom@gmail.com",
112 "url": "https://github.com/licoliu"
113 }],
114 "contributors": [],
115 "organization": {
116 "name": "atomunion",
117 "url": "https://github.com/atomunion"
118 },
119 "target": "local",
120 "snapshort": true
121}
\No newline at end of file