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-07-29 23:54:56 +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" ,
2017-07-30 11:57:22 +02:00
"build" : "rm -rfv docs/* && hugo && sw-precache --root=docs && git add -A"
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-07-05 11:30:01 +02:00
"url" : "git+https://github.com/Heydon/infusion.git"
2017-06-26 17:32:52 +02:00
} ,
"author" : "Heydon Pickering <heydon@heydonworks.com> (http://www.heydonworks.com)" ,
"license" : "ISC" ,
"bugs" : {
2017-07-05 11:30:01 +02:00
"url" : "https://github.com/Heydon/infusion/issues"
2017-06-26 17:32:52 +02:00
} ,
2017-07-05 11:30:01 +02:00
"homepage" : "https://github.com/Heydon/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
}