-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
executable file
·49 lines (49 loc) · 1.18 KB
/
package.json
File metadata and controls
executable file
·49 lines (49 loc) · 1.18 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
{
"name": "api-rest",
"repository": {
"type": "git",
"url": "git@github.com:ArchanjoJr/apiNode.git"
},
"version": "1.0.0",
"description": "a api Make in Node and EXPRESS for business",
"main": "index.js",
"scripts": {
"start": "nodemon index.js",
"test": "mocha --exit"
},
"author": "salvattori",
"license": "ISC",
"dependencies": {
"app-root-path": "^2.0.1",
"axios": "^0.19.0",
"bcrypt-nodejs": "0.0.3",
"body-parser": "^1.18.2",
"cli-table": "^0.3.1",
"cors": "^2.8.4",
"crypto": "^1.0.1",
"eslint": "^4.19.1",
"eslint-plugin-jest": "^21.17.0",
"express": "^4.16.2",
"get-routes": "^2.0.0",
"joi": "^14.3.1",
"joi-i18n": "^13.1.3",
"jwt-simple": "^0.5.1",
"md5": "^2.2.1",
"moment": "^2.20.1",
"mongoose": "^5.0.5",
"mysql": "^2.15.0",
"nodemon": "^1.14.12",
"pdfkit": "^0.8.3",
"underscore": "^1.9.2",
"winston": "^2.4.2"
},
"devDependencies": {
"chai": "^4.1.2",
"chai-http": "^4.0.0",
"eslint-config-airbnb-base": "^12.1.0",
"eslint-plugin-import": "^2.11.0",
"eslint-plugin-mocha": "^5.0.0",
"iniparser": "^1.0.5",
"mocha": "^5.2.0"
}
}