cupper-hugo-theme/package.json

26 lines
1.1 KiB
JSON
Raw Normal View History

2017-06-26 17:32:52 +02:00
{
"name": "inclusive-pattern-library",
"version": "0.0.1",
"description": "An inclusive pattern library builder for documenting inclusive interface design",
"main": "index.js",
"scripts": {
2017-06-30 18:14:15 +02:00
"getURL": "git remote -v | sed -n '/push/p' | awk '{print $2}' | sed 's/.*:\\(.*\\).git/\\1/' | awk -F\"/\" '{print $1\".github.io/\"$2}'",
2017-06-26 17:32:52 +02:00
"test": "echo \"Error: no test specified\" && exit 1",
"serve": "hugo server",
2017-06-26 19:32:38 +02:00
"clean": "rm -rf content && mkdir content && mkdir content/patterns && hugo new patterns/pattern.md && hugo new _index.md",
2017-07-03 12:13:19 +02:00
"build": "rm -rfv public/* && hugo",
2017-06-26 19:32:38 +02:00
"setup": "hugo && git add public",
2017-07-03 13:26:17 +02:00
"host": "hugo && git push -f origin `git subtree split --prefix public master`:gh-pages"
2017-06-26 17:32:52 +02:00
},
"repository": {
"type": "git",
"url": "git+https://github.com/Heydon/inclusive-pattern-library.git"
},
"author": "Heydon Pickering <heydon@heydonworks.com> (http://www.heydonworks.com)",
"license": "ISC",
"bugs": {
"url": "https://github.com/Heydon/inclusive-pattern-library/issues"
},
"homepage": "https://github.com/Heydon/inclusive-pattern-library#readme"
}