-
Notifications
You must be signed in to change notification settings - Fork 40
/
package.json
41 lines (41 loc) · 976 Bytes
/
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
{
"name": "ostch",
"version": "1.0.0",
"description": "",
"main": "app.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "node ./bin/www"
},
"dependencies": {
"base-64": "^0.1.0",
"base32": "0.0.6",
"cookie-parser": "~1.4.4",
"cors": "^2.8.5",
"debug": "~2.6.9",
"dotenv": "^8.2.0",
"express": "~4.16.1",
"express-rate-limit": "^5.0.0",
"faker": "^4.1.0",
"generate-password": "^1.4.2",
"hash.js": "^1.1.7",
"hbs": "^4.1.0",
"http-errors": "~1.6.3",
"lodash": "^4.17.20",
"morgan": "~1.9.1",
"needle": "^2.4.0",
"supertest": "^4.0.2"
},
"devDependencies": {},
"repository": {
"type": "git",
"url": "git+https://github.com/ibnusyawall/ostch.git"
},
"keywords": [],
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/ibnusyawall/ostch/issues"
},
"homepage": "https://github.com/ibnusyawall/ostch#readme"
}