-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathpackage.json
More file actions
34 lines (34 loc) · 801 Bytes
/
package.json
File metadata and controls
34 lines (34 loc) · 801 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
34
{
"name": "devconnect_2018_userinfo",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"start": "nodemon local.js",
"test": "mocha",
"test_server": "nodemon test.js"
},
"keywords": [],
"author": "",
"license": "Apache 2.0",
"devDependencies": {
"chai": "^4.2.0",
"cheerio": "^1.0.0-rc.3",
"cucumber": "^4.0.0",
"mocha": "^5.2.0",
"moxios": "^0.4.0",
"nock": "^9.6.1",
"nodemon": "^1.19.4",
"supertest": "^3.4.2"
},
"dependencies": {
"axios": "^0.19.0",
"body-parser": "^1.19.0",
"ejs": "^2.7.1",
"express": "^4.17.1",
"express-session": "^1.17.0",
"js-yaml": "^3.13.1",
"nodeauth": "git+https://github.com/OCLC-Developer-Network/oclc-auth-node.git",
"read-yaml": "^1.1.0"
}
}