-
Notifications
You must be signed in to change notification settings - Fork 65
Expand file tree
/
Copy pathpackage.json
More file actions
51 lines (51 loc) · 1.4 KB
/
Copy pathpackage.json
File metadata and controls
51 lines (51 loc) · 1.4 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
44
45
46
47
48
49
50
51
{
"repository": "https://github.com/magicbookproject/magicbook.git",
"version": "0.1.33",
"name": "magicbook",
"description": "The magic book project is an open source framework for creating digital and print books",
"author": "magicbookproject",
"license": "MIT",
"scripts": {
"test": "./node_modules/.bin/jasmine",
"benchmark": "cd example && node --prof ../src/index.js build && node --prof-process \"$(ls isolate*.log)\" > processed.txt && atom processed.txt"
},
"dependencies": {
"async": "^3.0.1",
"cheerio": "^1.0.0-rc.3",
"chokidar": "^3.0.1",
"clean-css": "^4.2.1",
"debug": "^4.1.1",
"fs-extra": "^8.0.1",
"gulp-concat": "^2.6.1",
"gulp-uglify": "^3.0.2",
"gulp-util": "^3.0.8",
"hashids": "^1.2.2",
"lodash": "^4.17.15",
"markdown-it": "^12.3.2",
"mkdirp": "^0.5.1",
"modify-filename": "^1.1.0",
"prince": "^1.9.7",
"rev-hash": "^3.0.0",
"rev-path": "^2.0.0",
"sass": "^1.55.0",
"sharp": "^0.32.0",
"slug": "^1.1.0",
"stream-exhaust": "^1.0.2",
"streamqueue": "^1.1.2",
"through2": "3.0.1",
"tinyliquid": "^0.2.34",
"vinyl-fs": "^3.0.3",
"yaml-front-matter": "^4.0.0",
"yargs": "^13.2.4"
},
"devDependencies": {
"diff": "^4.0.1",
"jasmine": "^3.4.0",
"node-uuid": "^1.4.8",
"rimraf": "^2.6.3"
},
"preferGlobal": true,
"bin": {
"magicbook": "src/index.js"
}
}