-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
43 lines (43 loc) · 1.01 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
{
"name": "lorem-fitsum",
"version": "1.0.0",
"description": "Random activity generator",
"main": "app.js",
"scripts": {
"start": "export TZ=utc; node ./bin/www",
"test": "echo \"Error: no test specified\" && exit 1"
},
"dependencies": {
"@openactive/skos": "^1.0.16",
"cookie-parser": "~1.4.3",
"debug": "~2.6.9",
"dotenv": "^8.2.0",
"ejs": "~2.5.7",
"express": "~4.16.0",
"faker": "^4.1.0",
"http-errors": "~1.6.2",
"moment": "^2.22.2",
"moment-timezone": "^0.5.21",
"morgan": "~1.9.0",
"rrule": "^2.5.6",
"sync-request": "^6.0.0"
},
"engines": {
"node": "12.16.1",
"npm": "6.13.4"
},
"repository": {
"type": "git",
"url": "git+https://github.com/openactive/lorem-fitsum.git"
},
"keywords": [
"OpenActive"
],
"author": "Nick Evans",
"license": "MIT",
"bugs": {
"url": "https://github.com/openactive/lorem-fitsum/issues"
},
"homepage": "https://github.com/openactive/lorem-fitsum#readme",
"devDependencies": {}
}