forked from uol-library/spacefinder
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
32 lines (32 loc) · 891 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
{
"name": "spacefinder",
"version": "0.9",
"description": "Spacefinder",
"main": "index.js",
"scripts": {
"concat": "node _scripts/concat.js",
"toggleOpeningHours": "node _scripts/toggleOpeningHours.js",
"create_spaces": "node _scripts/add-new-spaces.js",
"crontab": "node _scripts/cron.js",
"process": "node _scripts/processJSON.js",
"minify": "node _scripts/minify.js",
"build": "node _scripts/minify.js && bundle exec jekyll build",
"serve": "bundle exec jekyll serve --config _config.yml"
},
"repository": {
"type": "git",
"url": "[email protected]:uol-library/spacefinder.git"
},
"keywords": [],
"author": "",
"license": "Apache-2.0",
"devDependencies": {
"@types/yargs": "^17.0.24",
"eslint": "^8.42.0",
"uglify-js": "^3.17.4",
"yargs": "^17.7.2"
},
"dependencies": {
"ical2json": "^3.1.2"
}
}