-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
30 lines (30 loc) · 887 Bytes
/
package.json
File metadata and controls
30 lines (30 loc) · 887 Bytes
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
{
"name": "attentif-website",
"version": "1.2.2",
"private": true,
"description": "attentif* website",
"keywords": [],
"homepage": "https://attentif.ch",
"author": "Simon Goumaz <simon@attentif.ch> (https://attentif.ch)",
"devDependencies": {
"@attentif/metalsmith-markdownit": "^0.6.2",
"jstransformer-nunjucks": "^1.1.0",
"jstransformer-pug": "^0.4.0",
"markdown-it": "^13.0.1",
"markdown-it-attrs": "^4.1.4",
"markdown-it-bracketed-spans": "^1.0.1",
"metalsmith": "^2.5.1",
"metalsmith-collections": "^0.9.0",
"metalsmith-date-in-filename": "0.0.14",
"metalsmith-in-place": "^4.4.2",
"metalsmith-layouts": "^2.3.1",
"metalsmith-permalinks": "^2.2.0",
"metalsmith-stylus": "^3.0.0",
"metalsmith-watch": "^1.0.3",
"nib": "^1.2.0",
"semistandard": "^16.0.1"
},
"engines": {
"node": ">=16.0.0"
}
}