-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathpackage.json
More file actions
26 lines (26 loc) · 714 Bytes
/
package.json
File metadata and controls
26 lines (26 loc) · 714 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
{
"name": "passwordless-stateless-angular",
"version": "0.0.0",
"description": "passwordless-stateless-api ==========================",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "https://github.com/billstron/passwordless-stateless-angular.git"
},
"author": "",
"license": "BSD-2-Clause",
"bugs": {
"url": "https://github.com/billstron/passwordless-stateless-angular/issues"
},
"dependencies": {
"express": "~4.10.4",
"passwordless": "~1.0.8",
"passwordless-memorystore": "0.0.1",
"body-parser": "~1.10.0",
"express-jwt": "~0.5.1",
"jsonwebtoken": "~1.2.0"
}
}