-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
63 lines (63 loc) · 1.6 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
{
"name": "BridgeMe-Server",
"version": "2.0.0",
"description": "BridgeMe is an app where users find career counselors and have a 1:1 communication.",
"main": "server.js",
"scripts": {
"start": "gulp prod",
"test": "gulp test"
},
"repository": {
"type": "git",
"url": "git+https://github.com/sv-bootcamp/bridgeme-server"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/sv-bootcamp/bridgeme-server/issues"
},
"pre-push": [
"test"
],
"homepage": "https://github.com/sv-bootcamp/bridgeme-server#readme",
"dependencies": {
"aws-sdk": "^2.6.12",
"babel-cli": "^6.11.4",
"body-parser": "^1.15.2",
"co": "^4.6.0",
"compression": "^1.6.2",
"config": "^1.21.0",
"express": "^4.14.0",
"fcm-push": "^1.1.2",
"fs": "0.0.1-security",
"gulp": "^3.9.1",
"gulp-mocha": "^3.0.1",
"jsonwebtoken": "^7.1.9",
"method-override": "^2.3.6",
"mongoose": "^4.5.9",
"morgan": "^1.7.0",
"nodemailer": "^2.5.0",
"path": "^0.12.7",
"request": "^2.75.0",
"request-promise": "^4.1.1",
"serve-favicon": "^2.3.0",
"source-map-support": "^0.4.6"
},
"devDependencies": {
"babel-preset-es2015": "^6.13.2",
"gulp-apidoc": "^0.2.4",
"gulp-babel": "^6.1.2",
"gulp-env": "^0.4.0",
"gulp-install": "^0.6.0",
"gulp-istanbul": "^1.1.1",
"gulp-jscs": "^4.0.0",
"gulp-nodemon": "^2.2.1",
"gulp-sourcemaps": "^1.6.0",
"mocha": "^3.0.2",
"nodemon": "^1.10.0",
"node-env-file": "^0.1.8",
"pre-push": "^0.1.1",
"run-sequence": "^1.2.2",
"should": "^11.1.0"
}
}