cupper-hugo-theme/package.json

31 lines
865 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-08-22 10:54:01 +02:00
"version": "0.1.0",
2017-09-13 11:25:33 +02:00
"description": "A documentation 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-09-13 11:14:15 +02:00
"clean": "node lib/clean.js",
"build": "node lib/build.js",
2017-08-22 10:54:01 +02:00
"update": "node lib/update.js"
2017-09-14 13:01:37 +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
}