This repository has been archived on 2024-01-13. You can view files and clone it, but cannot push or open issues or pull requests.
Files
privacytools.io/package.json

29 lines
898 B
JSON
Raw Normal View History

2019-08-03 13:21:13 -07:00
{
"name": "privacytools.io",
"version": "1.0.0",
"description": "[![privacytools](https://privacytools.io/assets/img/layout/logo.png)](https://www.privacytools.io/)",
"devDependencies": {
2019-08-03 13:29:51 -07:00
"husky": "^3.0.2",
"js-beautify": "^1.10.1"
2019-08-03 13:21:13 -07:00
},
"scripts": {
2019-08-03 13:58:01 -07:00
"build": "bundle exec jekyll build",
"serve": "bundle exec jekyll serve",
"html-beautify": "node_modules/.bin/html-beautify --editorconfig .editorconfig -r '**/*.html'; git add \\*.html",
2019-08-03 13:58:01 -07:00
"beautify-and-build": "npm run html-beautify && npm run build"
2019-08-03 13:29:51 -07:00
},
"husky": {
"hooks": {
2019-08-03 14:13:01 -07:00
"pre-commit": "npm run html-beautify"
2019-08-03 13:29:51 -07:00
}
2019-08-03 13:21:13 -07:00
},
"repository": {
"type": "git",
"url": "git+https://github.com/privacytoolsIO/privacytools.io.git"
},
"bugs": {
"url": "https://github.com/privacytoolsIO/privacytools.io/issues"
},
"homepage": "https://github.com/privacytoolsIO/privacytools.io#readme"
}