-
Notifications
You must be signed in to change notification settings - Fork 15
/
package.json
75 lines (75 loc) · 1.92 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
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
{
"name": "youpin-api",
"description": "YouPin API",
"version": "0.0.0",
"main": "src/",
"keywords": [
"feathers"
],
"license": "MIT",
"engines": {
"node": "6.13.0"
},
"scripts": {
"lint": "eslint .",
"pretest": "npm run lint",
"test": "NODE_ENV=test mocha --recursive",
"start": "node src/"
},
"dependencies": {
"bcryptjs": "^2.3.0",
"bluebird": "^3.4.1",
"body-parser": "^1.15.1",
"compression": "^1.6.2",
"cookie-parser": "^1.4.3",
"cors": "^2.7.1",
"email-templates": "^2.5.4",
"express-session": "^1.14.0",
"feathers": "^2.0.1",
"feathers-authentication": "^0.7.8",
"feathers-configuration": "^0.2.3",
"feathers-errors": "^2.2.0",
"feathers-hooks": "^1.5.7",
"feathers-mongoose": "^3.6.1",
"feathers-nedb": "^2.3.0",
"feathers-rest": "^1.4.2",
"feathers-socketio": "^1.4.1",
"google-cloud": "^0.53.0",
"jwt-decode": "^2.1.0",
"lodash": "^4.13.1",
"moment": "^2.17.0",
"mongoose": "^4.5.9",
"mongoose-type-url": "^1.0.2",
"multer": "^1.1.0",
"nedb": "^1.8.0",
"nodemailer": "^3.1.3",
"passport": "^0.3.2",
"passport-facebook": "^2.1.1",
"passport-facebook-token": "^3.2.0",
"passport-github": "^1.1.0",
"passport-github-token": "^2.1.0",
"passport-google-oauth20": "^1.0.0",
"passport-google-token": "^0.1.2",
"pug": "^2.0.0-beta9",
"serve-favicon": "^2.3.0",
"superagent": "^2.0.0",
"uuid": "^2.0.2",
"validator": "^5.4.0",
"winston": "^2.2.0"
},
"devDependencies": {
"casual": "^1.5.3",
"chai": "^3.5.0",
"dirty-chai": "^1.2.2",
"eslint": "^3.3.1",
"eslint-config-airbnb": "^10.0.1",
"eslint-plugin-import": "^1.13.0",
"mocha": "^2.5.3",
"mongoose-fixture-loader": "^1.0.2",
"request": "^2.72.0",
"sinon": "^1.17.5",
"sinon-chai": "^2.8.0",
"supertest": "^1.2.0",
"supertest-as-promised": "^3.2.0"
}
}