cupper-hugo-theme/package.json

29 lines
900 B
JSON
Raw Normal View History

2017-06-26 17:32:52 +02:00
{
2017-07-03 19:24:38 +02:00
"name": "infusion",
2017-06-26 17:32:52 +02:00
"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",
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 20:56:19 +02:00
"build": "hugo"
2017-06-26 17:32:52 +02:00
},
2017-07-03 20:56:19 +02:00
"pre-commit": [
"build"
],
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"
},
2017-07-03 20:56:19 +02:00
"homepage": "https://github.com/Heydon/inclusive-pattern-library#readme",
"devDependencies": {
"pre-commit": "^1.2.2"
}
2017-06-26 17:32:52 +02:00
}