forked from arve0/codeclub_lesson_builder
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
69 lines (69 loc) · 1.95 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
{
"name": "codeclub_lesson_builder",
"version": "0.0.1",
"description": "build code club lessons to html and pdf",
"main": "build.js",
"dependencies": {
"async-each": "^0.1.6",
"bootstrap": "^3.3.1",
"browser-sync": "^1.7.2",
"del": "^1.1.1",
"forever": "^0.14.1",
"githubhook": "^1.1.3",
"glob": "^4.4.0",
"gray-matter": "^2.0.0",
"gulp": "^3.8.10",
"gulp-add-src": "^0.2.0",
"gulp-autoprefixer": "^2.0.0",
"gulp-browserify": "^0.5.1",
"gulp-concat": "^2.4.3",
"gulp-less": "^3.0.1",
"gulp-minify-css": "^0.3.11",
"gulp-uglify": "^1.0.2",
"gulp-zip": "^2.0.2",
"jade": "^1.8.1",
"jquery": "^2.1.3",
"lodash": "^3.3.1",
"lunr": "^0.5.9",
"lunr-no": "0.0.3",
"marked": "^0.3.2",
"merge-stream": "^0.1.7",
"metalsmith": "1.3.x",
"metalsmith-branch": "0.0.4",
"metalsmith-changed": "^0.1.0",
"metalsmith-code-highlight": "0.0.3",
"metalsmith-collections": "^0.6.0",
"metalsmith-define": "^1.0.0",
"metalsmith-filemetadata": "0.0.4",
"metalsmith-filepath": "^1.0.1",
"metalsmith-ignore": "^0.1.2",
"metalsmith-jade": "0.0.3",
"metalsmith-lunr": "^0.2.1",
"metalsmith-pandoc": "0.1.2",
"metalsmith-paths": "^2.0.0",
"metalsmith-relative": "^1.0.3",
"metalsmith-templates": "^0.6.0",
"napa": "^1.1.0",
"node-spider": "^0.8.0",
"nodepdf-series": "0.1.2",
"run-sequence": "^1.0.2",
"yaml-front-matter": "^3.2.3"
},
"napa": {
"scratchblocks2": "blob8108/scratchblocks2#f6aecc77a9"
},
"scripts": {
"install": "napa",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "https://github.com/arve0/codeclub_lesson_builder"
},
"author": "Arve Seljebu, Håkon Kaurell",
"license": "MIT",
"bugs": {
"url": "https://github.com/arve0/codeclub_lesson_builder/issues"
},
"homepage": "https://github.com/arve0/codeclub_lesson_builder"
}