forked from ibm-cloud-security/appid-serversdk-nodejs
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
62 lines (62 loc) · 1.77 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
49
50
51
52
53
54
55
56
57
58
59
60
61
62
{
"name": "ibmcloud-appid",
"version": "6.2.1",
"description": "Node.js SDK for the IBM Cloud 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",
"commit": "git-cz",
"test": "./node_modules/.bin/_mocha",
"coverage": "./node_modules/.bin/nyc ./node_modules/.bin/_mocha --timeout 30000 --exit",
"semantic-release": "semantic-release",
"acp": "git add . && npm run commit && git push -u origin --all"
},
"repository": {
"type": "git",
"url": "git+https://github.com/ibm-cloud-security/appid-serversdk-nodejs.git"
},
"author": "Anton Aleksandrov",
"license": "Apache-2.0",
"devDependencies": {
"base64url": "^3.0.1",
"chai": "^4.2.0",
"chai-as-promised": "^7.1.1",
"coveralls": "^3.1.0",
"cz-conventional-changelog": "^3.3.0",
"eslint": "^5.11.0",
"eslint-config-airbnb-base": "^13.1.0",
"eslint-plugin-import": "^2.22.0",
"eslint-plugin-node": "^8.0.0",
"express": "^4.17.1",
"express-session": "^1.17.1",
"mocha": "^5.2.0",
"nyc": "^15.0.0",
"passport": "^0.4.1",
"proxyquire": "^2.1.3",
"rewire": "^4.0.1",
"semantic-release": "^18.0.0",
"sinon-chai": "^3.5.0",
"sinon": "^9.2.4"
},
"dependencies": {
"accept-language": "^3.0.18",
"body-parser": "^1.19.0",
"connect-flash": "^0.1.1",
"cookie-parser": "^1.4.5",
"ejs": "^3.1.3",
"form-data": "^4.0.0",
"got": "^9.6.0",
"helmet": "^3.23.3",
"jsonwebtoken": "^8.5.1",
"log4js": "^3.0.6",
"q": "^1.5.1",
"rsa-pem-from-mod-exp": "^0.8.4",
"underscore": "^1.10.2"
},
"config": {
"commitizen": {
"path": "./node_modules/cz-conventional-changelog"
}
}
}