-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
44 lines (44 loc) · 1.25 KB
/
package.json
File metadata and controls
44 lines (44 loc) · 1.25 KB
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
{
"name": "7appserv-api",
"version": "1.0.0",
"description": "7appserv is a marketplace for house keeping services based on reversal auction",
"main": "server.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "nodemon --exec babel-node server.js --inspect",
"firstStart": "npm install && nodemon --exec babel-node server.js --inspect"
},
"repository": {
"type": "git",
"url": "git+https://github.com/jfmrm/7appserv-api.git"
},
"author": "João Filipe Moura",
"license": "ISC",
"bugs": {
"url": "https://github.com/jfmrm/7appserv-api/issues"
},
"homepage": "https://github.com/jfmrm/7appserv-api#readme",
"devDependencies": {
"babel-cli": "^6.26.0",
"babel-plugin-module-resolver": "^3.0.0",
"babel-preset-env": "^1.6.1",
"morgan": "^1.9.0",
"rimraf": "^2.6.2"
},
"dependencies": {
"aws-sdk": "^2.200.0",
"body-parser": "^1.18.2",
"braintree": "^2.8.0",
"express": "^4.16.2",
"firebase-admin": "^5.12.0",
"http": "0.0.0",
"moment": "^2.20.1",
"multer": "^1.3.0",
"multer-s3": "^2.7.0",
"nodemailer": "^4.4.2",
"nodemon": "^1.14.9",
"promise-mysql": "^3.1.5",
"pubnub": "^4.20.2",
"pusher-chatkit-server": "^0.11.1"
}
}