-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
33 lines (33 loc) · 882 Bytes
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
{
"name": "@prioritysupport.mobi/psmdoc",
"version": "1.0.3",
"description": "Generate documents, websites, mobile apps (offline), and PDFs from psmdoc structured files, adding support for multiple versions and languages to keep them updated and maintained from a single source. (DEVELOPMENT STATUS).",
"type": "module",
"main": "src/index.js",
"bin": {
"psmdoc": "src/index.js"
},
"scripts": {
"test": "test",
"parse": "node src/index.js"
},
"repository": {
"type": "git",
"url": "git+ssh://[email protected]/esbozos/psmdoc.git"
},
"keywords": [
"Documentation",
"easy",
"and",
"versioned"
],
"author": "Norman Torres",
"license": "ISC",
"bugs": {
"url": "https://github.com/esbozos/psmdoc/issues"
},
"homepage": "https://github.com/esbozos/psmdoc#readme",
"dependencies": {
"winston": "^3.13.0"
}
}