-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
28 lines (28 loc) · 891 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
{
"name": "picotest",
"version": "1.4.1",
"description": "PicoTest is a single-file unit testing framework for C programs that follows the xUnit principles",
"author": "Frédéric Bonnet <fredericbonnet@free.fr>",
"license": "BSD-3-Clause",
"scripts": {
"docs": "npm-run-all --serial docs:*",
"docs:doxygen": "doxygen",
"docs:seaborg": "seaborg -c seaborg-config.json docs/xml docs/reference",
"docs:copy": "copyfiles README.md docs",
"docsify": "docsify serve ./docs"
},
"repository": {
"type": "git",
"url": "git+https://github.com/fredericbonnet/picotest.git"
},
"bugs": {
"url": "https://github.com/fredericbonnet/picotest/issues"
},
"homepage": "https://fredericbonnet.github.io/picotest",
"devDependencies": {
"@seaborg/cli": "^0.5.0",
"copyfiles": "^2.4.0",
"docsify": "^4.11.6",
"npm-run-all": "^4.1.5"
}
}