-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
54 lines (54 loc) · 1.27 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
{
"name": "node-stateless-microservice",
"version": "1.0.0",
"description": "a stateless microservice with nodejs",
"main": "app.js",
"dependencies": {
"bcrypt": "^3.0.4",
"body-parser": "^1.18.3",
"chai-http": "^4.2.1",
"cors": "^2.8.5",
"dotenv": "^6.2.0",
"express": "^4.16.4",
"express-validator": "^5.3.1",
"fast-json-patch": "^2.0.7",
"fs": "0.0.1-security",
"image-downloader": "^3.4.2",
"jsonwebtoken": "^8.5.0",
"nodemon": "^1.18.10",
"request": "^2.88.0",
"sharp": "^0.21.3"
},
"devDependencies": {
"chai": "^4.2.0",
"eslint": "^5.14.1",
"mocha": "^6.0.2",
"should": "^13.2.3",
"supertest": "^3.4.2"
},
"scripts": {
"test": "mocha",
"start": "node app.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/michaelNgiri/Node-Stateless-Microservice.git"
},
"keywords": [
"node",
"microservice",
"stateless",
"microservice",
"stateless",
"json",
"patching",
"thumbnail",
"generation"
],
"author": "Ngiri Michael",
"license": "MIT",
"bugs": {
"url": "https://github.com/michaelNgiri/Node-Stateless-Microservice/issues"
},
"homepage": "https://github.com/michaelNgiri/Node-Stateless-Microservice#readme"
}