-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
53 lines (53 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
{
"name": "sealas-site",
"title": "sealas-site",
"version": "1.0.0",
"license": "Apache-2.0",
"description": "Sealas Website",
"homepage": "https://sealas.at",
"author": "Daniel Khalil <[email protected]> (https://brainsware.at)",
"devDependencies": {
"coffee-script": "^1.12.7",
"coffeeify": "^2.1.0",
"grunt": ">=0.4",
"grunt-browserify": "^5.2.0",
"grunt-contrib-concat": "^1.0.1",
"grunt-contrib-uglify": "^3.3.0",
"grunt-sass": "*",
"markdownlint-cli": "^0.9.0",
"metalsmith": "*",
"metalsmith-archive": "^0.1.1",
"metalsmith-better-excerpts": "^0.2.1",
"metalsmith-code-highlight": "^1.0.3",
"metalsmith-collections": "^0.9.0",
"metalsmith-define": "^2.0.1",
"metalsmith-drafts": "0.0.1",
"metalsmith-excerpts": "^1.1.0",
"metalsmith-feed": "^0.3.0",
"metalsmith-i18n": "^0.2.0",
"metalsmith-ignore": "^0.1.2",
"metalsmith-layouts": "^1.6.5",
"metalsmith-markdown-sections": "^0.3.1",
"metalsmith-moment": "^1.0.0",
"metalsmith-multi-language": "^0.2.0",
"metalsmith-permalinks": "^0.5.0",
"metalsmith-sitemap": "^1.1.0",
"metalsmith-tags": "^2.0.0",
"moment": "^2.20.1",
"swig": "^1.4.2",
"swig-templates": "2.*",
"yarn": "^1.3.2"
},
"scripts": {
"lint": "markdownlint *.md src/site/*.md src/site/blog/*/*.md"
},
"main": "htdocs/index.html",
"repository": "https://github.com/brainsware/sealas-site.git",
"dependencies": {
"bootstrap": "^3.3.7",
"highlight.js": "^10.0.0",
"metalsmith-external-links": "^0.1.2",
"nanoajax": "^0.4.3",
"node-sass": "^4.7.2"
}
}