forked from YahooArchive/spartan
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
43 lines (43 loc) · 1009 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
42
43
{
"name": "spartan-server",
"version": "0.1.0",
"scripts": {
"start": "node ./server/bin/www",
"test": "echo \"TODO: Add tests here.\" && exit 0"
},
"bin": {
"spartan-server": "./server/bin/www"
},
"keywords": [
"spartan",
"authorization",
"authentication",
"auth",
"container"
],
"author": {
"name": "Binu Ramakrishnan"
},
"contributors": [
{"name": "Aditya Mahendrakar"},
{"name": "Binu Ramakrishnan"}
],
"bugs": {
"url": "https://github.com/yahoo/spartan/issues"
},
"license": "BSD-3-Clause",
"dependencies": {
"bcrypt": "^0.8.5",
"body-parser": "~1.14.1",
"cookie-parser": "~1.4.0",
"debug": "~2.2.0",
"express": "~4.13.3",
"jsonwebtoken": "~5.4.1",
"morgan": "~1.6.1",
"spartan-api": "~0",
"mysql": "^2.9.0",
"request": "^2.65.0",
"sequelize": "~3.14.1"
},
"description": "Spartan - A Scalable Client Authentication & Authorization System for Container-based Environments"
}