-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
48 lines (48 loc) · 1.18 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
{
"name": "shuoba",
"version": "0.0.1",
"description": "A useful comment system for blog or homepage",
"repository": {
"type": "git",
"url": "git+ssh://[email protected]/yuyouwen/shuoba.git"
},
"license": "MIT",
"scripts": {
"lint": "eslint --fix --ext .js ./",
"test": "npm run lint",
"start": "node src/index.js"
},
"dependencies": {
"bluebird": "3.5.0",
"body-parser": "1.17.1",
"connect-sqlite3": "^0.9.11",
"easy-sqlite3": "^1.0.5",
"eslint": "^3.19.0",
"express": "4.15.2",
"express-session": "^1.15.6",
"html-to-text": "3.2.0",
"mongodb": "^2.2.25",
"nodemailer": "3.1.8",
"nodemailer-direct-transport": "3.3.2",
"passport": "^0.4.0",
"passport-github": "^1.1.0",
"passport-github2": "^0.1.11",
"querystring": "^0.2.0",
"randomstring": "^1.1.5",
"request": "^2.88.0",
"underscore": "^1.8.3",
"validator": "3.39.0"
},
"devDependencies": {
"eslint": "^3.19.0"
},
"bugs": {
"url": "https://github.com/yuyouwen/shuoba/issues"
},
"homepage": "https://github.com/yuyouwen/shuoba#readme",
"main": ".eslintrc.js",
"bin": {
"shuoba": "config.js"
},
"author": ""
}