This repository has been archived by the owner on Apr 5, 2020. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 14
/
package.json
86 lines (86 loc) · 2.48 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
77
78
79
80
81
82
83
84
85
86
{
"name": "codeclub_lesson_builder",
"version": "0.0.1",
"description": "build code club lessons to html and pdf",
"main": "build.js",
"dependencies": {
"intro.js": "^1.1.1",
"jquery": "^2.1.3",
"js-cookie": "^2.0.4",
"json5": "^0.4.0",
"moment": "^2.10.6",
"scratchblocks": "arve0/scratchblocks#no_build"
},
"devDependencies": {
"async-each": "^0.1.6",
"babel-core": "^6.3.26",
"babel-preset-es2015": "^6.3.13",
"babelify": "^7.2.0",
"bootstrap": "^3.3.1",
"browser-sync": "^2.18.12",
"browserify": "^11.2.0",
"del": "^1.1.1",
"forever": "^0.14.1",
"githubhook": "^1.1.3",
"globby": "^3.0.1",
"gray-matter": "^2.0.0",
"gulp": "^3.8.10",
"gulp-add-src": "^0.2.0",
"gulp-autoprefixer": "^2.0.0",
"gulp-concat": "^2.6.0",
"gulp-less": "^3.0.1",
"gulp-minify-css": "^0.3.11",
"gulp-sourcemaps": "^1.6.0",
"gulp-uglify": "^1.5.3",
"highlight.js": "^9.10.0",
"jade": "^1.11.0",
"lodash": "^3.3.1",
"lunr": "^0.5.9",
"lunr-no": "0.0.3",
"markdown-it-anchor": "^2.3.2",
"markdown-it-attrs": "^0.1.2",
"markdown-it-header-sections": "^0.2.0",
"markdown-it-implicit-figures": "^0.0.1",
"markdown-it-task-checkbox": "^1.0.3",
"merge-stream": "^0.1.7",
"metalsmith": "^1.7.0",
"metalsmith-changed": "^3.1.1",
"metalsmith-collections": "^0.7.0",
"metalsmith-define": "^1.0.0",
"metalsmith-filemetadata": "0.0.4",
"metalsmith-filepath": "^1.0.1",
"metalsmith-ignore": "^0.1.2",
"metalsmith-layouts": "^1.4.2",
"metalsmith-lunr": "^0.2.1",
"metalsmith-markdownit": "^0.4.0",
"metalsmith-paths": "^2.0.0",
"metalsmith-phantomjs-pdf": "0.0.1",
"metalsmith-relative": "^1.0.3",
"node-spider": "^1.3.0",
"node-static": "^0.7.7",
"run-sequence": "^1.0.2",
"standard": "^6.0.7",
"vinyl-buffer": "^1.0.0",
"vinyl-source-stream": "^1.1.0",
"watchify": "^3.7.0",
"yaml-front-matter": "^3.2.3"
},
"scripts": {
"lint": "standard",
"test": "echo \"Error: no test specified\" && exit 1",
"start": "forever node_modules/gulp/bin/gulp.js"
},
"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",
"engines": {
"node": ">=4.0"
}
}