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 12:13:19 +02:00
|
|
|
"host": "rm -rfv public/* && hugo && git add public && git push origin `git subtree split --prefix public master`:gh-pages --force"
|
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"
|
|
|
|
}
|