-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
45 lines (45 loc) · 1.27 KB
/
package.json
File metadata and controls
45 lines (45 loc) · 1.27 KB
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
{
"name": "bluemix-appid-2",
"version": "1.1.1",
"description": "Node.js SDK for the IBM Bluemix App ID service",
"main": "lib/appid-sdk.js",
"scripts": {
"apiapp": "node samples/api-app-sample-server.js",
"webapp": "node samples/web-app-sample-server.js",
"test": "./node_modules/.bin/_mocha",
"coverage": "./node_modules/.bin/istanbul cover -i \"lib/**/*.js\" ./node_modules/.bin/_mocha"
},
"repository": {
"type": "git",
"url": "git+https://github.com/ibm-cloud-security/appid-serversdk-nodejs.git"
},
"author": "Anton Aleksandrov",
"license": "Apache-2.0",
"devDependencies": {
"chai": "^3.5.0",
"coveralls": "^2.11.15",
"express": "^4.14.0",
"express-session": "^1.15.0",
"istanbul": "^0.4.5",
"mocha": "^3.2.0",
"passport": "^0.3.2",
"proxyquire": "^1.7.11"
},
"dependencies": {
"bluemix-appid": "^1.1.1",
"body-parser": "^1.17.2",
"carbon-components": "^7.17.1",
"connect-flash": "^0.1.1",
"ejs": "^2.5.6",
"express-handlebars": "^3.0.0",
"file-saver": "^1.3.3",
"handlebars": "^4.0.10",
"helmet": "^3.5.0",
"jsonwebtoken": "^7.2.1",
"log4js": "^1.1.0",
"q": "^1.4.1",
"request": "^2.79.0",
"rsa-pem-from-mod-exp": "^0.8.4",
"underscore": "^1.8.3"
}
}