UNPKG

1.7 kBJSONView Raw
1{
2 "group": "atom.lico",
3 "artifact": "pomy",
4 "name": "pomy",
5 "version": "1.5.15",
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 "main": "",
9 "moduleType": [],
10 "license": "MIT",
11 "keywords": "POM, POMY, Maven, Surface, JSRT, Node.js, Gulp, Angularjs, Markdown, API Document, JsDoc, Open Source",
12 "homepage": "https://github.com/licoliu/pomy",
13 "private": false,
14 "define": "cmd",
15 "ignore": [
16 "**/.*",
17 "node_modules",
18 "bower_components",
19 "test",
20 "tests"
21 ],
22 "dependencies": {},
23 "devDependencies": {},
24 "overrides": {
25 "normalizeMulti": [{
26 "dependencies": [],
27 "normalize": {
28 "images": [
29 "*.jpeg",
30 "*.png",
31 "*.jpg",
32 "*.gif"
33 ],
34 "fonts": [
35 "*.eot",
36 "*.otf",
37 "*.svg",
38 "*.ttf",
39 "*.woff",
40 "*.woff2"
41 ],
42 "js": [
43 "*.js"
44 ],
45 "css": [
46 "*.css",
47 "*.css.map"
48 ],
49 "less": [
50 "*.less"
51 ],
52 "sass": [
53 "*.sass"
54 ],
55 "scss": [
56 "*.scss"
57 ]
58 }
59 }]
60 },
61 "authors": [
62 "lico <lico.atom@gmail.com>"
63 ],
64 "bugs": {
65 "url": "https://github.com/licoliu/pomy/issues"
66 },
67 "repository": {
68 "type": "git",
69 "url": "git@github.com:licoliu/pomy.git"
70 },
71 "engines": {
72 "node": ">= 0.10"
73 },
74 "scripts": {},
75 "bin": {
76 "pomy": "./bin/pomy.js"
77 },
78 "resolutions": {}
79}
\No newline at end of file