-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
54 lines (54 loc) · 1.26 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
{
"name": "bibi",
"version": "0.999.9-r7",
"author": {
"name": "Satoru MATSUSHIMA"
},
"description": "BiB/i | EPUB Reader on your website.",
"keywords": [
"EPUB",
"Reading System",
"Viewer",
"Books-in-Browsers"
],
"license": "MIT",
"homepage": "http://bibi.epub.link",
"repository": {
"type": "git",
"url": "git://github.com/satorumurmur/bibi.git"
},
"bugs": "https://github.com/satorumurmur/bibi/issues",
"readmeFilename": "README.md",
"scripts": {
"postinstall": "bower install",
"start": "gulp",
"update": "gulp update",
"build": "gulp build",
"distribute": "gulp distribute"
},
"devDependencies": {
"bower": "^1.8.0",
"browser-sync": "^2.18.8",
"cssnano": "^3.10.0",
"del": "^2.2.2",
"fs": "0.0.2",
"gulp": "^3.9.1",
"gulp-combine-mq": "^0.4.0",
"gulp-concat": "^2.6.1",
"gulp-if": "^2.0.2",
"gulp-notify": "^2.2.0",
"gulp-plumber": "^1.1.0",
"gulp-postcss": "^6.4.0",
"gulp-rename": "^1.2.2",
"gulp-replace": "^0.5.4",
"gulp-sass": "^2.3.2",
"gulp-uglify": "^1.5.4",
"gulp-zip": "^3.2.0",
"merge-stream": "^1.0.1",
"postcss-cssnext": "^2.10.0",
"run-sequence": "^1.2.2"
},
"dependencies": {
"semantic-ui": "^2.2.11"
}
}