-
Notifications
You must be signed in to change notification settings - Fork 4
/
package.json
38 lines (38 loc) · 1001 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
{
"name": "videos.restfest.org",
"version": "0.0.1",
"description": "REST Fest Video Project promo site",
"engines": {
"node": ">=10.0.0"
},
"main": "index.js",
"dependencies": {
"fomantic-ui": "^2.8.7",
"node-fetch": "^2.6.1",
"representor": "^0.2.0"
},
"devDependencies": {
"vimeo": "^1.2.1"
},
"scripts": {
"build": "cd lib/semantic/ && gulp build",
"serve": "bundle exec jekyll serve --incremental",
"gather:videos": "node scripts/vimeo.js",
"represent:videos": "node scripts/representVideos.js",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "github:restfest/videos.restfest.org"
},
"keywords": [
"jekyll",
"semantic-ui"
],
"author": "BigBlueHat <byoung@bigbluehat.com>",
"license": "Apache-2.0",
"bugs": {
"url": "https://github.com/restfest/videos.restfest.org/issues"
},
"homepage": "https://github.com/restfest/videos.restfest.org#readme"
}