forked from ABTech/abtech.org
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
25 lines (25 loc) · 695 Bytes
/
package.json
File metadata and controls
25 lines (25 loc) · 695 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
{
"name": "abtech.org",
"version": "1.0.0",
"description": "AB Tech Website",
"scripts": {
"preinstall": "bundle install --jobs 4 --retry 3",
"build": "bundle exec jekyll build",
"build-prod": "JEKYLL_ENV=\"production\" bundle exec jekyll build",
"serve": "bundle exec jekyll serve --host 0.0.0.0",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/ABTech/abtech.org.git"
},
"author": "ABTech",
"license": "MIT",
"bugs": {
"url": "https://github.com/ABTech/abtech.org/issues"
},
"homepage": "https://www.abtech.org/",
"dependencies": {
"bootstrap": "^5.0.1"
}
}