forked from foambubble/foam-template
-
Notifications
You must be signed in to change notification settings - Fork 5
/
package.json
35 lines (35 loc) · 979 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
34
35
{
"name": "foam-eleventy-template",
"version": "1.0.0",
"description": "template to create a foam workspace with eleventy",
"scripts": {
"start": "eleventy --serve --watch",
"clean": "rm -rf ./_site",
"build": "npm run clean && eleventy",
"debug": "DEBUG=* eleventy"
},
"repository": {
"type": "git",
"url": "git+https://github.com/juanfrank77/foam-eleventy-template.git"
},
"author": "Juan F Gonzalez <[email protected]>",
"contributors": [
{
"name": "Omar López",
"email": "[email protected]",
"url": "https://zoma.rs"
}
],
"license": "ISC",
"bugs": {
"url": "https://github.com/juanfrank77/foam-eleventy-template/issues"
},
"homepage": "https://github.com/juanfrank77/foam-eleventy-template#readme",
"devDependencies": {
"@11ty/eleventy": "^0.11.0",
"clean-css": "4.2.3",
"markdown-it": "11.0.0",
"markdown-it-replace-link": "1.1.0",
"node-sass-promise": "1.0.0"
}
}