-
Notifications
You must be signed in to change notification settings - Fork 9
Expand file tree
/
Copy pathpackage.json
More file actions
33 lines (33 loc) · 799 Bytes
/
Copy pathpackage.json
File metadata and controls
33 lines (33 loc) · 799 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
{
"name": "authentic",
"version": "0.0.3",
"description": "Authentication for microservices.",
"main": "index.js",
"scripts": {
"test": "standard"
},
"keywords": [],
"author": "David Guttman <david@guttman.io> (http://davidguttman.com/)",
"license": "MIT",
"directories": {
"example": "example"
},
"repository": {
"type": "git",
"url": "git+https://github.com/davidguttman/authentic.git"
},
"bugs": {
"url": "https://github.com/davidguttman/authentic/issues"
},
"homepage": "https://github.com/davidguttman/authentic#readme",
"devDependencies": {
"jsonist": "^1.3.0",
"jsonwebtoken": "^5.4.1",
"standard": "^5.3.1"
},
"dependencies": {
"authentic-client": "*",
"authentic-server": "*",
"authentic-service": "*"
}
}