-
Notifications
You must be signed in to change notification settings - Fork 11
/
package.json
41 lines (41 loc) · 1.12 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
34
35
36
37
38
39
40
41
{
"name": "byways",
"version": "2.4.2",
"description": "Content of the closed `byways.org` website hosted at [scenicbyways.info]",
"scripts": {
"test": "make lint"
},
"repository": "[email protected]:melitele/byways.git",
"author": {
"name": "Damian Krzeminski",
"email": "[email protected]",
"url": "https://pirxpilot.me"
},
"license": "MIT",
"dependencies": {
"@metalsmith/collections": "^1.2.1",
"@metalsmith/layouts": "^2.5.1",
"@pirxpilot/metalsmith-esbuild": "^1.0.0",
"@pirxpilot/metalsmith-lunr-index": "^1.0.0",
"component-classes": "^1.2.4",
"dataset": "^0.3.1",
"fetchagent": "^2.0.0",
"jshint": "^2.8.0",
"jstransformer-pug": "^0.4.0",
"lunr-results-render": "^1.0.0",
"metalsmith": "^2.3.0",
"metalsmith-debug": "^1.2.0",
"metalsmith-define": "^2.1.3",
"metalsmith-markdownit": "^0.5.0",
"metalsmith-serve": "^0.0.7",
"metalsmith-stylus": "^3.0.0",
"scroll-hilo": "^1.0.2",
"swipe": "^1.7.7",
"yields-k": "^0.7.2"
},
"browser": {
"classes": "component-classes",
"hilo": "scroll-hilo",
"k": "yields-k"
}
}