24 lines
844 B
JSON
24 lines
844 B
JSON
{
|
|
"name": "infusion",
|
|
"version": "0.0.1",
|
|
"description": "An inclusive pattern library builder for documenting inclusive interface design",
|
|
"main": "index.js",
|
|
"scripts": {
|
|
"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": "hugo",
|
|
"precommit": "npm run build"
|
|
},
|
|
"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"
|
|
}
|