-
Notifications
You must be signed in to change notification settings - Fork 32
/
package.json
76 lines (76 loc) · 2.2 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
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
{
"name": "www.ops-class.org",
"version": "0.0.1",
"description": "www.ops-class.org static website sources, including assignments, guides, slides, and course-specific materials.",
"readmeFilename": "README.adoc",
"bugs": {
"url": "https://github.com/ops-class/www/issues"
},
"homepage": "https://github.com/ops-class/www",
"repository": {
"type": "git",
"url": "[email protected]:ops-class/www.git"
},
"main": "lib/index.js",
"scripts": {
"test": "node index.js . --check --quiet"
},
"keywords": [
"Operating systems",
"ops-class.org."
],
"author": {
"name": "Geoffrey Challen",
"email": "[email protected]"
},
"license": "MIT",
"dependencies": {
"async": "^2.5.0",
"cheerio": "^1.0.0-rc.2",
"debug": "^3.0.0",
"domino": "^1.0.29",
"fs": "0.0.2",
"handlebars": "^4.0.10",
"highlight.js": "^9.12.0",
"html-to-text": "^3.3.0",
"http-server": "^0.10.0",
"js-beautify": "^1.6.14",
"jstransformer-handlebars": "^1.0.0",
"lodash": "^4.17.4",
"md5": "^2.2.1",
"metalsmith": "^2.3.0",
"metalsmith-asciidoc": "https://github.com/gchallen/metalsmith-asciidoc.git",
"metalsmith-branch": "0.0.5",
"metalsmith-build-date": "^0.2.0",
"metalsmith-clean-css": "^5.0.1",
"metalsmith-collections": "^0.9.0",
"metalsmith-concat-convention": "^1.1.0",
"metalsmith-copy": "^0.3.0",
"metalsmith-drafts": "0.0.1",
"metalsmith-filemetadata": "^1.0.0",
"metalsmith-formatcheck": "^0.2.4",
"metalsmith-highlight": "^1.0.4",
"metalsmith-if": "^0.1.1",
"metalsmith-in-place": "^3.0.1",
"metalsmith-layouts": "^1.8.1",
"metalsmith-linkcheck": "^0.3.0",
"metalsmith-metadata": "0.0.4",
"metalsmith-permalinks": "^0.5.0",
"metalsmith-register-partials": "^1.0.2",
"metalsmith-rename": "^1.0.0",
"metalsmith-spellcheck": "^0.2.5",
"metalsmith-uglify": "^1.5.2",
"metalsmith-updated": "^0.1.6",
"minimatch": "^3.0.4",
"minimist": "^1.2.0",
"moment": "^2.18.1",
"moment-timezone": "^0.5.13",
"path": "^0.12.7",
"request": "^2.81.0",
"underscore": "^1.8.3"
},
"devDependencies": {
"git-json-merge": "^0.4.4",
"git-rev-sync": "^1.9.1"
}
}