-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
39 lines (39 loc) · 957 Bytes
/
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
{
"name": "learningpass",
"version": "1.0.0",
"description": "A replacement for LPass",
"main": "index.js",
"directories": {
"lib": "lib",
"test": "tests"
},
"dependencies": {
"dotenv": "^8.2.0",
"winston": "^3.3.3"
},
"devDependencies": {
"eslint": "^7.22.0"
},
"scripts": {
"oldTest" : "clear;node tests/test.js ./*-tests.js; NODE_ENV=production node ./tests/test.js ./test-prod.js",
"test": "clear;node tests/test.js ./response-tests.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Edmonton-Public-Library/LearningPass.git"
},
"keywords": [
"Learning",
"Pass",
"Partner",
"registration",
"public",
"library"
],
"author": "Andrew Nisbet",
"license": "Apache-2.0",
"bugs": {
"url": "https://github.com/Edmonton-Public-Library/LearningPass/issues"
},
"homepage": "https://github.com/Edmonton-Public-Library/LearningPass#readme"
}