-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
89 lines (89 loc) · 2.49 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
76
77
78
79
80
81
82
83
84
85
86
87
88
89
{
"dependencies": {
"assert": "^1.3.0",
"async": "^2.1.4",
"body-parser": "^1.12.0",
"colors": "^1.1.2",
"compression": "^1.4.1",
"connect-mongo": "^2.0.0",
"cookie-parser": "^1.4.3",
"cors": "^2.8.1",
"debug": "^3.1.0",
"es6-template-strings": "^2.0.1",
"eslint": "^4.17.0",
"express": "~4.16.2",
"express-session": "^1.14.1",
"flat": "^4.0.0",
"format-json": "^1.0.3",
"fs": "0.0.2",
"grunt": "~1.0.1",
"grunt-cli": "^1.2.0",
"grunt-contrib-clean": "^1.0.0",
"grunt-contrib-symlink": "^1.0.0",
"grunt-contrib-watch": "^1.0.0",
"grunt-eslint": "^20.1.0",
"grunt-force-task": "^2.0.0",
"grunt-jsdoc": "^2.2.1",
"grunt-mocha-test": "^0.13.2",
"grunt-nodemon": "~0.4.2",
"grunt-npm-install": "^0.3.1",
"jsdoc": "^3.5.5",
"kue": "^0.11.5",
"load-grunt-tasks": "^3.1.0",
"lodash": "^4.17.4",
"methods": "^1.1.2",
"mime-types": "^2.1.12",
"minami": "^1.1.1",
"minimist": "^1.2.0",
"mocha": "^5.0.1",
"mongodb": "^3.0.2",
"mongoose": "^5.0.6",
"mongoose-autopopulate": "^0.6.0",
"morgan": "^1.7.0",
"nock": "^9.0.9",
"nodemailer": "^4.3.1",
"nodemailer-sendgrid-transport": "^0.2.0",
"nodemailer-stub-transport": "^1.1.0",
"park-ranger": "1.0.11",
"passport": "~0.4.0",
"passport-dropbox-oauth2": "~1.1.0",
"passport-facebook": "^2.1.1",
"passport-foursquare": "~1.0.0",
"passport-instagram": "^1.0.0",
"passport-mocked": "^1.0.1",
"passport-twitter": "^1.0.4",
"passport.socketio": "^3.4.1",
"pluralize": "~7.0.0",
"request": "^2.75.0",
"require-dir": "^1.0.0",
"rsync": "^0.6.1",
"sinon": "~4.3.0",
"socket.io": "~2.0.4",
"supertest": "^3.0.0",
"underscore": "^1.8.3",
"url": "^0.11.0",
"winston": "^2.3.0",
"winston-mongodb": "~3.0.1"
},
"license": "MIT",
"name": "sync-server",
"repository": "https://github.com/neotoma/sync-server",
"scripts": {
"data-seed": "grunt data-seed",
"dev": "grunt dev",
"dev-jsdoc": "grunt dev-jsdoc",
"rebuild-jsdoc": "grunt rebuild-jsdoc",
"postinstall": "grunt symlink:modules",
"start": "node index.js",
"test": "grunt test",
"deploy-all": "grunt hoist-deploy-all",
"deploy-app": "grunt hoist-deploy-app",
"deploy-dependencies": "grunt hoist-deploy-dependencies"
},
"version": "0.1.0",
"devDependencies": {
"grunt-deploy-files": "1.0.5",
"grunt-env": "^0.4.4",
"grunt-hoist": "1.0.4"
}
}