-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
23 lines (23 loc) · 1.22 KB
/
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
{
"name": "rtfm-rapid-team-formation-method",
"version": "0.1.2",
"description": "",
"scripts": {
"slides": "npm run-script slides-docker && npm run-script slides-git && npm run-script images",
"slides-docker": "node node_modules/markdown-to-slides/index.js docker/docker.md -o web/docker.html --style web/assets/slides.css --include-remark",
"slides-git": "node node_modules/markdown-to-slides/index.js git/git.md -o web/git.html --style web/assets/slides.css --include-remark",
"images": "rm -rf web/img-* && cp -r ./*/img-* web/",
"slides-watch-git": "node node_modules/markdown-to-slides/index.js git/git.md -o web/git.html --style web/assets/slides.css -w --include-remark",
"slides-watch-docker": "node node_modules/markdown-to-slides/index.js docker/docker.md -o web/docker.html --style web/assets/slides.css -w --include-remark"
},
"repository": "git+https://github.com/mRoca/rtfm-rapid-team-formation-method.git",
"author": "Michel Roca",
"license": "MIT",
"bugs": {
"url": "https://github.com/mRoca/rtfm-rapid-team-formation-method/issues"
},
"homepage": "https://github.com/mRoca/rtfm-rapid-team-formation-method#readme",
"devDependencies": {
"markdown-to-slides": "^1.0.5"
}
}