-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathpackage.json
More file actions
43 lines (43 loc) · 1.12 KB
/
package.json
File metadata and controls
43 lines (43 loc) · 1.12 KB
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
{
"name": "meditations",
"version": "0.0.5",
"description": "Superbook Meditations by Marcus Aurelius",
"keywords": [
"superbook",
"bookiza"
],
"author": "marcusaurelius marvindanig+guten+marcusaurelius@gmail.com (https://bubblin.io/marcusaurelius)",
"license": "ISC",
"homepage": "https://bubblin.io/marcusaurelius",
"repository": {
"type": "git",
"url": "https://github.com/marvindanig/meditations"
},
"scripts": {
"postinstall": "node ./crust/scripts/ready.js"
},
"dependencies": {
"babel-preset-env": "^1.7.0",
"book-length": "^1.0.5",
"bookiza": "1.0.0-beta.10",
"browser-sync": "^2.26.3",
"chalk": "^2.4.1",
"del": "^3.0.0",
"delayed": "^1.0.1",
"fs-extra": "^7.0.0",
"gulp": "^4.0.0",
"gulp-babel": "^8.0.0",
"gulp-compile-handlebars": "^0.6.1",
"gulp-concat": "^2.6.1",
"gulp-haml": "^1.0.1",
"gulp-if": "^2.0.2",
"gulp-less": "^4.0.1",
"gulp-markdown": "^3.0.0",
"gulp-postcss": "^8.0.0",
"gulp-sass": "^4.0.2",
"gulp-stylus": "^2.7.0",
"js-cookie": "^2.2.0",
"path": "^0.12.7",
"shelljs": "^0.8.2"
}
}