26 lines
1.1 KiB
JSON
26 lines
1.1 KiB
JSON
{
|
|
"name": "inclusive-pattern-library",
|
|
"version": "0.0.1",
|
|
"description": "An inclusive pattern library builder for documenting inclusive interface design",
|
|
"main": "index.js",
|
|
"scripts": {
|
|
"getURL": "git remote -v | sed -n '/push/p' | awk '{print $2}' | sed 's/.*:\\(.*\\).git/\\1/' | awk -F\"/\" '{print $1\".github.io/\"$2}'",
|
|
"test": "echo \"Error: no test specified\" && exit 1",
|
|
"serve": "hugo server",
|
|
"clean": "rm -rf content && mkdir content && mkdir content/patterns && hugo new patterns/pattern.md && hugo new _index.md",
|
|
"build": "rm -rfv public/* && hugo",
|
|
"setup": "hugo && git add public",
|
|
"host": "hugo && git commit -am \"[automated build commit]\" && git push origin `git subtree split --prefix public master`:gh-pages --force"
|
|
},
|
|
"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"
|
|
}
|