UNPKG

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