UNPKG

1.16 kBJSONView Raw
1{
2 "group": "atom.lico",
3 "artifact": "pomy",
4 "name": "pomy",
5 "version": "1.5.8",
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 }]
28 },
29 "authors": [
30 "lico <lico.atom@gmail.com>"
31 ],
32 "bugs": {
33 "url": "https://github.com/licoliu/pomy/issues"
34 },
35 "repository": {
36 "type": "git",
37 "url": "git@github.com:licoliu/pomy.git"
38 },
39 "engines": {
40 "node": ">= 0.10"
41 },
42 "scripts": {},
43 "bin": {
44 "pomy": "./bin/pomy.js"
45 },
46 "resolutions": {}
47}
\No newline at end of file