-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
45 lines (45 loc) · 1.2 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
{
"name": "macaroon-api",
"version": "1.0.0",
"description": "",
"main": "server.js",
"scripts": {
"start": "npm-run-all --parallel security-check eslint open",
"open": "nodemon server.js",
"security-check": "nsp check",
"eslint": "eslint **/*.js --ignore-pattern 'node_modules/'",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/ovidiuionut94/macaroon-api.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/ovidiuionut94/macaroon-api/issues"
},
"homepage": "https://github.com/ovidiuionut94/macaroon-api#readme",
"devDependencies": {
"eslint": "3.19.0",
"gulp": "3.9.1",
"nodemon": "1.11.0",
"npm-run-all": "^4.0.2"
},
"dependencies": {
"bluebird": "3.5.0",
"body-parser": "1.17.1",
"express": "4.15.2",
"jsonwebtoken": "7.3.0",
"method-override": "2.3.8",
"passport": "0.3.2",
"passport-facebook": "2.1.1",
"passport-facebook-token": "3.3.0",
"passport-jwt": "2.2.1",
"passport-local": "1.0.0",
"quark": "1.0.1",
"socket.io": "1.7.3",
"winston": "2.3.1",
"winston-daily-rotate-file": "1.4.6"
}
}