forked from deic-dk-retired/ddosapi
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
42 lines (42 loc) · 1.08 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
{
"name": "node-ddos",
"version": "1.0.0",
"description": "Node App to generate APIs in JSON using local PostgreSQL DB and remote fastnetmon InfluxDB",
"scripts": {
"start": "node ./bin/server",
"watch": "nodemon ./bin/server"
},
"author": "Ashokaditya",
"license": "ISC",
"dependencies": {
"bcrypt": "^1.0.3",
"bluebird": "^3.4.6",
"body-parser": "^1.17.2",
"chalk": "^2.1.0",
"compression": "^1.7.0",
"cookie-parser": "^1.4.3",
"cors": "^2.8.4",
"express": "^4.15.4",
"express-session": "^1.15.5",
"got": "^6.7.1",
"helmet": "^3.8.1",
"influx": "^5.0.4",
"influxdb-nodejs": "^2.7.3",
"jwt-simple": "^0.5.1",
"knex": "^0.13.0",
"method-override": "^2.3.9",
"morgan": "^1.8.2",
"passport": "^0.3.2",
"passport-jwt": "^2.2.1",
"pg": "^7.3.0",
"pg-promise": "^6.3.8",
"socket.io": "^2.0.3"
},
"devDependencies": {
"eslint": "^3.14.1",
"eslint-config-standard": "^10.2.1",
"eslint-plugin-promise": "^3.4.0",
"eslint-plugin-standard": "^3.0.1",
"nodemon": "^1.12.0"
}
}