forked from maxpowa/nodepomf
-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathpackage.json
34 lines (34 loc) · 837 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
{
"name": "nodepomf",
"version": "0.1.0",
"description": "Not Pomf! A rewrite of the Pomf file host in NodeJS",
"author": "Max Gurela <[email protected]>",
"scripts": {
"start": "node ./bin/www",
"test": "mocha --exit"
},
"dependencies": {
"body-parser": "^1.15.2",
"caminte": "^0.4.1",
"cookie-parser": "^1.4.3",
"cookie-session": "^1.2.0",
"cors": "^2.7.1",
"debug": "^4.1.1",
"express": "^4.14.0",
"express-session": "^1.12.1",
"mkdirp": "^0.5.1",
"morgan": "^1.7.0",
"multer": "^1.0.3",
"passport": "^0.3.2",
"passport-github2": "^0.1.9",
"pug": "^2.0.4",
"serve-favicon": "^2.5.0",
"sqlite3": "^4.1.1"
},
"devDependencies": {
"form-data": "^3.0.0",
"loki-launcher": "^1.0.9",
"mocha": "^7.2.0",
"node-fetch": "^2.6.0"
}
}