forked from Open-Systems-Pharmacology/docs
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
25 lines (25 loc) · 1.09 KB
/
Copy pathpackage.json
File metadata and controls
25 lines (25 loc) · 1.09 KB
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
{
"name": "docs",
"version": "1.0.0",
"description": "This manual describes the Open Systems Pharmacology Suite. This includes technical descriptions of the different software elements together with examples and brief introductions to relevant scientific aspects including references for further reading. Naturally, the science described is selected based on our experience and judgment of relevance in the given context. Further, our “philosophy” is largely reflected in the software platform, and, vice versa, the software platform influences how we work and think.",
"main": "markdown-pdf.js",
"scripts": {
"start": "node markdown-pdf.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/open-systems-pharmacology/docs.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/open-systems-pharmacology/docs/issues"
},
"homepage": "https://github.com/open-systems-pharmacology/docs#readme",
"dependencies": {
"cheerio": "^1.0.0-rc.2",
"markdown": "^0.5.0",
"markdown-pdf": "^9.0.0",
"through2": "^2.0.3"
}
}