Skip to content

Commit

Permalink
updated package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
danielsitek committed Feb 19, 2020
1 parent 2dca04a commit 81fa7b3
Show file tree
Hide file tree
Showing 2 changed files with 31 additions and 37 deletions.
12 changes: 0 additions & 12 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

56 changes: 31 additions & 25 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,41 +1,47 @@
{
"name": "tateru-cli",
"version": "1.0.0",
"description": "Static site builder with twig",
"bin": "./bin/tateru-cli.js",
"main": "index.js",
"dependencies": {
"html-minifier": "^4.0.0",
"lodash": "^4.17.15",
"meow": "^6.0.1",
"twig": "^1.14.0"
},
"devDependencies": {
"@types/lodash": "^4.14.149",
"@types/node": "^13.7.1"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"description": "Simple CLI static site builder tool with Twig.",
"keywords": [
"static",
"site",
"html",
"cli",
"generator",
"twig"
"html",
"javascript",
"npm",
"site",
"static",
"static-site-generation",
"static-site-generator",
"twig",
"twigjs"
],
"homepage": "https://github.com/danielsitek/tateru-cli#readme",
"repository": "github:danielsitek/tateru-cli",
"license": "MIT",
"author": {
"name": "Daniel Sitek",
"email": "[email protected]",
"url": "https://danielsitek.cz"
},
"license": "MIT",
"engines": {
"node": ">= 0.10"
},
"files": [
"index.js",
"src",
"bin"
]
],
"main": "index.js",
"bin": "./bin/tateru-cli.js",
"scripts": {
"example": "cd ./test && node ../bin/tateru-cli.js config.json",
"test": "echo \"Error: no test specified\" && exit 1"
},
"dependencies": {
"html-minifier": "^4.0.0",
"lodash": "^4.17.15",
"meow": "^6.0.1",
"twig": "^1.14.0"
},
"devDependencies": {},
"engines": {
"node": ">= 0.10"
}
}

0 comments on commit 81fa7b3

Please sign in to comment.