package.json
Home
/
_site /
package.json
{
"name": "geo_dev_site",
"version": "1.0.0",
"description": "Development docs for State of Oregon GEO",
"main": "index.js",
"directories": {
"doc": "docs"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"build-prod": "bundle exec jekyll build --baseUrl /home",
"start": "jekyll serve --watch",
"serve": "bundle exec jekyll serve --livereload",
"build": "bundle exec jekyll build --baseUrl /home"
},
"repository": {
"type": "git",
"url": "http://dev.navigator.oregon.gov/git/GEO_DOCS.git"
},
"author": "Joshua Tanner",
"license": "ISC"
}