forked from pressbooks/pressbooks
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
56 lines (56 loc) · 1.64 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
{
"name": "pressbooks",
"description": "Pressbooks is an open source book publishing tool built on a WordPress multisite platform. Pressbooks outputs books in multiple formats, including PDF, EPUB, MOBI, web, and a variety of XML flavours, using a theming/templating system, driven by CSS.",
"engines": {
"node": ">= 0.12.0",
"npm": ">=2.1.5"
},
"devDependencies": {
"asset-builder": "^1.1.0",
"del": "^1.2.1",
"gulp": "^3.9.0",
"gulp-autoprefixer": "^2.3.1",
"gulp-changed": "^1.3.0",
"gulp-concat": "^2.6.0",
"gulp-cssnano": "^2.1.0",
"gulp-download-stream": "0.0.13",
"gulp-flatten": "0.1.1",
"gulp-if": "^1.2.5",
"gulp-imagemin": "^2.3.0",
"gulp-jshint": "^1.11.2",
"gulp-plumber": "^1.0.1",
"gulp-rename": "^1.2.2",
"gulp-rev": "^6.0.0",
"gulp-sass": "^2.0.1",
"gulp-sourcemaps": "^1.5.2",
"gulp-uglify": "^1.2.0",
"imagemin-pngcrush": "^4.1.0",
"jshint-stylish": "^2.0.1",
"lazypipe": "^1.0.1",
"merge-stream": "^1.0.0",
"minimist": "^1.1.3",
"run-sequence": "^1.1.2",
"traverse": "^0.6.6",
"wiredep": "^2.2.2"
},
"scripts": {
"build": "gulp",
"build:production": "gulp --production",
"sassdoc": "sassdoc -c sassdoc.yml assets/book/styles"
},
"repository": {
"type": "git",
"url": "git+https://github.com/pressbooks/pressbooks.git"
},
"keywords": [
"ebooks",
"publishing",
"webbooks"
],
"author": "Book Oven Inc. <[email protected]>",
"license": "GPL-2.0+",
"bugs": {
"url": "https://github.com/pressbooks/pressbooks/issues"
},
"homepage": "https://github.com/pressbooks/pressbooks/"
}