UNPKG

2.51 kBJSONView Raw
1{
2 "group": "com.atomunion",
3 "artifact": "pomy",
4 "version": "1.5.8",
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 "sitePort": 8421,
72 "syncPort": 8000,
73 "user": "root",
74 "nohup": true,
75 "scp": true
76 },
77 "prod": {
78 "ips": [
79 "127.0.0.1"
80 ],
81 "domain": "localhost",
82 "port": 80,
83 "sitePort": 8421,
84 "syncPort": 8000,
85 "user": "root",
86 "nohup": true,
87 "scp": true
88 }
89 },
90 "owner": {
91 "local": "https://github.com/licoliu/pomy"
92 },
93 "manual": {
94 "url": "https://github.com/licoliu/pomy",
95 "email": "lico.atom@gmail.com"
96 },
97 "registry": "https://registry.npm.taobao.org",
98 "googleWebmasterMeta": "",
99 "author": "lico",
100 "developers": [{
101 "id": "lico",
102 "name": "lico liu",
103 "email": "lico.atom@gmail.com",
104 "url": "https://github.com/licoliu"
105 }],
106 "contributors": [],
107 "organization": {
108 "name": "atomunion",
109 "url": "https://github.com/atomunion"
110 },
111 "target": "local",
112 "snapshort": true
113}
\No newline at end of file