-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
33 lines (33 loc) · 1.09 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
24
25
26
27
28
29
30
31
32
33
{
"name": "solvioapp.github.io",
"version": "1.0.0",
"description": "",
"main": "index.html",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "npx reveal-md slides.md --theme white --css assets/custom.css --template assets/slide-deck.html -w",
"static": "npx reveal-md slides.md --theme white --css assets/custom.css --template assets/slide-deck.html --static --static-dirs=assets",
"print": "npx reveal-md slides.md --theme white --css assets/custom.css --template assets/slide-deck.html --print slides2-read.pdf"
},
"repository": {
"type": "git",
"url": "git+https://github.com/solviofoundation/solviofoundation.github.io.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/solviofoundation/solviofoundation.github.io/issues"
},
"homepage": "https://github.com/solviofoundation/solviofoundation.github.io#readme",
"dependencies": {
"reveal-md": "^3.4.1"
},
"devDependencies": {
"husky": "^3.1.0"
},
"husky": {
"hooks": {
"pre-push": "npm run static && npm run print"
}
}
}