-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
65 lines (65 loc) · 1.61 KB
/
package.json
File metadata and controls
65 lines (65 loc) · 1.61 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
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
{
"name": "contractium-server",
"version": "1.0.0",
"description": "Contractium Server",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "node dist/index.js"
},
"keywords": [
"typescript",
"nodejs",
"express"
],
"author": "eye-solution",
"license": "ISC",
"devDependencies": {
"@types/body-parser": "^1.16.4",
"@types/debug": "0.0.29",
"@types/express": "^4.0.36",
"@types/morgan": "^1.7.32",
"@types/node": "^7.0.32",
"@types/sequelize": "^4.0.62",
"gulp": "^3.9.1",
"gulp-cached": "^1.1.1",
"gulp-clean": "^0.3.2",
"gulp-sourcemaps": "^2.6.0",
"gulp-ssh": "^0.6.0",
"gulp-typescript": "^3.1.6",
"typescript": "^2.4.1"
},
"dependencies": {
"app-module-path": "^2.2.0",
"body-parser": "^1.17.1",
"cheerio": "^1.0.0-rc.2",
"cookie-parser": "^1.4.3",
"debug": "^2.6.6",
"express": "^4.15.2",
"fake-useragent": "^1.0.1",
"gelf": "^1.0.3",
"google-spreadsheet": "^2.0.4",
"js2xmlparser": "^3.0.0",
"jsonwebtoken": "^7.4.0",
"morgan": "^1.8.1",
"multer": "^1.3.0",
"nodemailer": "^4.0.1",
"nodemailer-html-to-text": "^2.1.0",
"pg": "^6.4.0",
"pg-hstore": "^2.3.2",
"phone": "^1.0.10",
"pug": "^2.0.1",
"querystring": "^0.2.0",
"request": "^2.81.0",
"sequelize": "^3.30.4",
"sharp": "^0.17.3",
"socket.io": "^2.0.3",
"source-map-support": "^0.4.15",
"speakeasy": "^2.0.0",
"telegraf": "^3.17.2",
"twilio": "^3.6.1",
"uuid": "^3.1.0",
"web3": "^1.0.0-beta.30",
"xml2json": "^0.11.0"
}
}