12345678910111213141516171819202122232425262728293031 |
- {
- "name": "hugo_encryptor",
- "version": "1.0.0",
- "description": "",
- "main": "commitlint.config.js",
- "dependencies": {
- "husky": "^1.3.1"
- },
- "devDependencies": {
- "cz-conventional-changelog": "^2.1.0"
- },
- "scripts": {
- "test": "echo \"Error: no test specified\" && exit 1"
- },
- "repository": {
- "type": "git",
- "url": "git+https://github.com/Li4n0/static_blog_encryptor.git"
- },
- "keywords": [],
- "author": "",
- "license": "ISC",
- "bugs": {
- "url": "https://github.com/Li4n0/static_blog_encryptor/issues"
- },
- "homepage": "https://github.com/Li4n0/static_blog_encryptor#readme",
- "config": {
- "commitizen": {
- "path": "./node_modules/cz-conventional-changelog"
- }
- }
- }
|