-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathpackage.json
69 lines (69 loc) · 1.88 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
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
{
"name": "serendip",
"version": "1.1.20",
"description": "A Node.js framework",
"main": "index.js",
"scripts": {
"start": "node dist/debug_ignore.js",
"test": "mocha"
},
"repository": {
"type": "git",
"url": "git+https://github.com/m-esm/serendip"
},
"author": "Mohsen Esmaeili <m-esm@hotmail.com>",
"license": "ISC",
"homepage": "https://github.com/m-esm/serendip#readme",
"devDependencies": {
"@types/async": "^2.0.49",
"@types/basic-auth": "^1.1.2",
"@types/bcryptjs": "^2.4.1",
"@types/body-parser": "^1.17.0",
"@types/deep-diff": "0.0.31",
"@types/mocha": "^5.2.6",
"@types/mongodb": "^3.1.2",
"@types/mustache": "^0.8.31",
"@types/node": "^11.9.4",
"@types/node-cron": "^1.2.0",
"@types/nodemailer": "^4.6.2",
"@types/request": "^2.47.1",
"@types/underscore": "^1.8.8",
"@types/useragent": "^2.1.1",
"assert": "^1.4.1",
"dotenv": "^6.2.0",
"gulp": "^3.9.1",
"gulp-clean": "^0.4.0",
"gulp-deploy-ftp": "^1.0.1",
"gulp-nodemon": "^2.2.1",
"gulp-typedoc": "^2.2.2",
"gulp-typescript": "^4.0.2",
"pump": "^3.0.0",
"serendip-mongodb-provider": "^1.0.14",
"typedoc": "^0.14.2",
"typedoc-plugin-external-module-name": "^2.0.0",
"typedoc-plugin-markdown": "^1.2.0",
"typescript": "^2.9.2"
},
"dependencies": {
"@types/ws": "^6.0.1",
"async": "^2.6.1",
"bcryptjs": "^2.4.3",
"body-parser": "^1.18.3",
"chalk": "^2.4.1",
"glob": "^7.1.2",
"mime-types": "^2.1.19",
"moment": "^2.22.2",
"mustache": "^2.3.0",
"node-cron": "^1.2.1",
"nodemailer": "^4.6.7",
"path-match": "^1.2.4",
"promise-serial": "^0.1.5",
"request": "^2.87.0",
"request-ip": "^2.1.3",
"serendip-business-model": "^1.1.13",
"serendip-utility": "^1.1.2",
"underscore": "^1.9.1",
"useragent": "^2.3.0",
"ws": "^6.1.2"
}
}