forked from mayo/oyam.ca
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
57 lines (46 loc) · 1.61 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
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
{
"name": "oyam.ca",
"description": "Mayo Jordanov's website",
"version": "0.1.0",
"homepage": "http://oyam.ca",
"author": {
"name": "Mayo Jordanov",
"url": "http://oyam.ca"
},
"repository": {
"type" : "git",
"url" : "https://github.com/mayo/oyam.ca"
},
"private": true,
"scripts": {
"test": "node build.js"
},
"dependencies": {
"metalsmith": "segmentio/metalsmith",
"swig": "*",
"metalsmith-stencils": "mayo/metalsmith-stencils",
"metalsmith-markdownit": "mayo/metalsmith-markdownit",
"metalsmith-permalinks": "segmentio/metalsmith-permalinks",
"metalsmith-drafts": "segmentio/metalsmith-drafts",
"metalsmith-collections": "segmentio/metalsmith-collections",
"metalsmith-branch": "ericgj/metalsmith-branch",
"metalsmith-title": "mayo/metalsmith-title",
"metalsmith-excerpts": "segmentio/metalsmith-excerpts",
"metalsmith-static": "mayo/metalsmith-static",
"metalsmith-ignore": "segmentio/metalsmith-ignore",
"metalsmith-autoprefixer": "esundahl/metalsmith-autoprefixer",
"autoprefixer": "*",
"markdown-it-implicit-figures": "*",
"metalsmith-clean-css": "aymericbeaumet/metalsmith-clean-css",
"metalsmith-uglify": "ksmithut/metalsmith-uglify",
"metalsmith-html-minifier": "whymarrh/metalsmith-html-minifier",
"metalsmith-beautify": "boushley/metalsmith-beautify",
"metalsmith-watch": "*",
"metalsmith-debug": "mahnunchik/metalsmith-debug",
"metalsmith-serve": "mayo/metalsmith-serve",
"normalize.css": "*",
"microevent": "*",
"font-awesome": "*",
"unsemantic": "nathansmith/unsemantic"
}
}