-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
40 lines (40 loc) · 945 Bytes
/
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
{
"name": "flyleaf",
"version": "0.1.0",
"description": "A manga web reader",
"main": "index.js",
"scripts": {
"generate-docs": "node_modules/.bin/jsdoc --configure .jsdoc.json --verbose",
"start": "npm run generate-docs && node index.js"
},
"repository": {
"type": "git",
"url": "https://github.com/aerze/flyleaf.git"
},
"keywords": [
"manga",
"comic",
"reader"
],
"author": "Gus Suarez <[email protected]>",
"license": "MIT",
"bugs": {
"url": "https://github.com/aerze/flyleaf/issues"
},
"homepage": "https://github.com/aerze/flyleaf",
"dependencies": {
"body-parser": "^1.13.1",
"cookie-parser": "^1.3.5",
"express": "^4.11.2",
"firebase": "^2.2.7",
"materialize-css": "^0.96.1",
"morgan": "^1.5.1",
"multer": "^0.1.8",
"netto": "^1.0.0",
"stylus": "^0.51.1"
},
"devDependencies": {
"jsdoc": "^3.3.0-beta3",
"minami": "^1.1.0"
}
}