-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
45 lines (45 loc) · 1.15 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
{
"name": "georgian-type-design",
"version": "0.0.1",
"description": "Georgian Type Design: Past & Present",
"main": "build.js",
"scripts": {
"start": "node build.js",
"deploy": "npm run start && node publish.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/alex-ketch/GeoType.git"
},
"keywords": [
"typography",
"georgian",
"design",
"font"
],
"author": "Alex Ketch",
"license": "CC-BY-NC-ND-4.0",
"bugs": {
"url": "https://github.com/alex-ketch/GeoType/issues"
},
"homepage": "https://github.com/alex-ketch/GeoType",
"devDependencies": {
"markdown-it-attrs": "^0.8.0",
"markdown-it-footnote": "^3.0.1",
"metalsmith": "^2.0.1",
"metalsmith-autoprefixer": "^1.1.0",
"metalsmith-clean-css": "^5.0.1",
"metalsmith-copy": "^0.3.0",
"metalsmith-layouts": "^1.4.1",
"metalsmith-markdownit": "^0.4.0",
"metalsmith-permalinks": "^0.5.0",
"metalsmith-serve": "^0.0.7",
"metalsmith-watch": "^1.0.1"
},
"dependencies": {
"gh-pages": "^0.12.0",
"lightense-images": "^1.0.4",
"metalsmith-sass": "^1.4.0",
"pug": "^2.0.0-beta11"
}
}