forked from raceup/website
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
24 lines (24 loc) · 743 Bytes
/
Copy pathpackage.json
File metadata and controls
24 lines (24 loc) · 743 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
{
"name": "raceup.it",
"version": "1.0.0",
"description": "Official website for Race UP",
"main": "index.js",
"scripts": {
"install": "bundle install --path .gems",
"publish": "/bin/bash scripts/publish.sh",
"clean": "yes | rm -rf .jekyll/build/",
"serve": "bundle exec jekyll serve --watch --profile --trace -d .jekyll/build/",
"run": "npm run clean && npm run serve",
"upload": "/bin/bash scripts/upload.sh"
},
"repository": {
"type": "git",
"url": "git+https://github.com/raceup/website.git"
},
"author": "Race UP",
"license": "MIT",
"bugs": {
"url": "https://github.com/raceup/website/issues"
},
"homepage": "https://github.com/raceup/website#readme"
}