-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
49 lines (49 loc) · 1.13 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
{
"name": "cdws",
"version": "0.5.0",
"private": true,
"description": "",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/CoreDumped-ETSISI/CDWS.git"
},
"main": "lib/index.js",
"scripts": {
"start": "node ./bin/www"
},
"dependencies": {
"@sendgrid/mail": "^6.2.1",
"bcrypt-nodejs": "^0.0.3",
"bindings": "^1.2.1",
"bluebird": "^3.1.1",
"body-parser": "^1.18.2",
"cookie-parser": "^1.4.3",
"child": "^0.0.3",
"debug": "^2.6.9",
"express": "^4.16.3",
"pug": "^2.0.3",
"jwt-simple": "^0.5.1",
"moment": "^2.21.0",
"mongoose": "^4.13.12",
"morgan": "^1.9.0",
"nan": "^2.10.0",
"node-cron": "^1.2.1",
"node-sass": "^4.9.0",
"node-sass-middleware": "^0.11.0",
"node-telegram-bot-api": "^0.30.0",
"request": "^2.85.0",
"request-progress": "^3.0.0",
"ws": "^5.1.1",
"pty.js": "^0.3.1"
},
"devDependencies": {
"chai": "^3.4.1",
"conventional-changelog-cli": "^1.3.22",
"jshint": "^2.9.5",
"segfault-handler": "^1.0.0",
"semver": "^5.5.0",
"xmldom": "^0.1.27",
"xpath": "^0.0.27"
}
}