-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
47 lines (47 loc) · 1.09 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
{
"name": "ilogs_server",
"version": "0.2.0",
"description": "A blog api server",
"main": "app.js",
"scripts": {
"start": "nodemon app.js",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/xggaxlc/ilogs_server.git"
},
"keywords": [
"blog"
],
"author": "duwei",
"license": "MIT",
"bugs": {
"url": "https://github.com/xggaxlc/ilogs_server/issues"
},
"homepage": "https://github.com/xggaxlc/ilogs_server#readme",
"dependencies": {
"body-parser": "^1.15.2",
"cors": "^2.7.1",
"express": "^4.14.0",
"jsonwebtoken": "^7.1.6",
"lodash": "^4.13.1",
"mkdirp": "^0.5.1",
"mongoose": "^4.5.4",
"mongoose-unique-validator": "^1.0.2",
"mongoose-validator": "^1.2.5",
"morgan": "^1.7.0",
"multer": "^1.2.0",
"nodemailer": "^2.5.0",
"q": "^1.4.1",
"uuid": "^2.0.2",
"validator": "^5.4.0"
},
"devDependencies": {
"eslint": "^3.3.0",
"mocha": "^2.4.5",
"nodemon": "^1.9.1",
"should": "^8.3.1",
"supertest": "^1.2.0"
}
}