-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
executable file
·40 lines (40 loc) · 1019 Bytes
/
Copy pathpackage.json
File metadata and controls
executable file
·40 lines (40 loc) · 1019 Bytes
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
{
"name": "aws-manager",
"version": "1.0.0",
"description": "server of aws-manager",
"main": "index.js",
"author": "dilipCoder",
"license": "MIT",
"scripts": {
"start": "nodemon index.js",
"test": "mocha --require babel-register --recursive --exit"
},
"dependencies": {
"aws-sdk": "^2.512.0",
"babel-plugin-transform-object-rest-spread": "^6.26.0",
"babel-polyfill": "^6.26.0",
"babel-preset-env": "^1.7.0",
"babel-register": "^6.26.0",
"bcrypt": "^3.0.6",
"chai": "^4.2.0",
"dotenv": "^8.1.0",
"eslint-config-equimper": "^2.2.2",
"express": "^4.16.4",
"jsonwebtoken": "^8.4.0",
"mocha": "^6.1.4",
"mockgoose": "^8.0.2",
"mongoose": "^5.4.9",
"morgan": "^1.9.1",
"multer": "^1.4.1",
"nodemon": "^1.18.7",
"supertest": "^4.0.2",
"ursa": "^0.9.4"
},
"devDependencies": {
"chai": "^4.2.0",
"eslint-config-equimper": "^2.2.2",
"mocha": "^6.1.4",
"mockgoose": "^8.0.2",
"supertest": "^4.0.2"
}
}