cupper-hugo-theme/package.json

31 lines
1.1 KiB
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",
2017-07-05 11:30:01 +02:00
"description": "A pattern library builder for inclusive designers",
2017-06-26 17:32:52 +02:00
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
2017-07-27 18:24:17 +02:00
"serve": "hugo server --baseURL http://localhost:1313",
2017-08-08 20:23:14 +02:00
"clean": "rm -rf content && mkdir content && mkdir content/patterns && hugo new patterns/pattern.md && hugo new _index.md && hugo new print-version.md --kind print-version && cat themes/infusion/data/README_BLANK.md > README.md",
2017-08-21 19:33:53 +02:00
"build": "rm -rfv docs/* && hugo && sw-precache --root=docs && git add -A",
"update": "node scripts/update.js"
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",
2017-08-07 23:20:49 +02:00
"url": "git+https://github.com/ThePacielloGroup/infusion.git"
2017-06-26 17:32:52 +02:00
},
"author": "Heydon Pickering <heydon@heydonworks.com> (http://www.heydonworks.com)",
"license": "ISC",
"bugs": {
2017-08-07 23:20:49 +02:00
"url": "https://github.com/ThePacielloGroup/infusion/issues"
2017-06-26 17:32:52 +02:00
},
2017-08-07 23:20:49 +02:00
"homepage": "https://github.com/ThePacielloGroup/infusion#readme",
2017-07-03 20:56:19 +02:00
"devDependencies": {
2017-07-11 17:24:52 +02:00
"pre-commit": "^1.2.2",
"sw-precache": "^5.2.0"
2017-07-03 20:56:19 +02:00
}
2017-06-26 17:32:52 +02:00
}