-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
48 lines (48 loc) · 1.11 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
{
"name": "griffin",
"version": "1.0.0",
"description": "Easy Single Sign-On with the configurable identity provider",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"v": "node -v"
},
"bin": {
"griffin-cli": "bin/griffin-cli.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/neural-gi/griffin.git"
},
"author": "Phuc Tran",
"license": "Apache-2.0",
"bugs": {
"url": "https://github.com/neural-gi/griffin/issues"
},
"homepage": "https://github.com/neural-gi/griffin#readme",
"dependencies": {
"bcrypt": "^5.0.0",
"body-parser": "^1.19.0",
"commander": "^6.0.0",
"cookie-parser": "^1.4.5",
"cors": "^2.8.5",
"crypto": "^1.0.1",
"express": "^4.17.1",
"hashids": "^2.2.1",
"i18n": "^0.11.1",
"js-yaml": "^3.14.0",
"jsonwebtoken": "^8.5.1",
"lodash": "^4.17.19",
"sequelize": "^6.3.4",
"sqlite3": "^5.0.0",
"typedi": "^0.8.0"
},
"devDependencies": {
"ejs": "^3.1.3"
},
"engines": {
"node": ">=10.12.0",
"npm": ">=6.0.0"
},
"engineStrict": true
}