-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
77 lines (77 loc) · 2.21 KB
/
package.json
File metadata and controls
77 lines (77 loc) · 2.21 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
66
67
68
69
70
71
72
73
74
75
76
77
{
"name": "@app-masters/node-lib",
"version": "2.2.4",
"description": "It's very useful, but just for us at App Masters. To you it must be a code mess and useless.",
"main": "./index.js",
"scripts": {
"build": "npm run clean && npm install && babel lib/ -d dist/",
"clean": "rm -rf dist/ && rm -rf node_modules/",
"prepublishOnly": "npm run build",
"test": "jest"
},
"repository": {
"type": "git",
"url": "git+https://github.com/app-masters/node-lib.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/app-masters/node-lib/issues"
},
"homepage": "https://github.com/app-masters/node-lib#readme",
"dependencies": {
"@app-masters/mongoose-it": "1.0.6",
"aws-sdk": "2.203.0",
"axios": "0.18.0",
"babel-jest": "22.4.3",
"bcrypt-nodejs": "0.0.3",
"body-parser": "1.17.2",
"connect-session-sequelize": "5.2.1",
"cookie-parser": "1.4.3",
"cors": "2.8.4",
"cron": "1.3.0",
"dotenv": "5.0.1",
"express": "4.16.2",
"express-session": "1.15.6",
"finale-rest": "0.1.5",
"firebase-admin": "5.9.0",
"html-to-text": "4.0.0",
"jest": "22.4.3",
"jsonwebtoken": "8.2.1",
"md5": "2.2.1",
"method-override": "2.3.10",
"mongoose-delete": "0.4.0",
"morgan": "1.9.0",
"mustache": "2.3.0",
"node-restful": "0.2.6",
"nodemailer": "4.3.1",
"nodemailer-html-to-text": "3.0.0",
"passport": "0.3.2",
"passport-facebook": "2.1.1",
"passport-google-oauth": "1.0.0",
"passport-jwt": "2.2.1",
"passport-local": "1.0.0",
"passport-twitter": "1.0.4",
"pg": "8.5.1",
"rdstation-node-client": "1.2.0",
"rollbar": "2.0.4",
"semver": "5.3.0",
"sequelize": "4.37.2",
"string-template": "1.0.0"
},
"devDependencies": {
"@babel/cli": "7.1.2",
"@babel/core": "7.0.0",
"@babel/plugin-proposal-class-properties": "7.0.0",
"@babel/plugin-proposal-object-rest-spread": "7.0.0",
"@babel/plugin-transform-classes": "7.0.0",
"@babel/preset-flow": "7.0.0",
"babel-core": "7.0.0-bridge.0",
"flow-bin": "0.70.0",
"flow-typed": "2.4.0",
"i": "0.3.6",
"jest-mock-express": "0.1.1",
"mock-req": "0.2.0",
"npm": "6.14.6"
}
}