webassembler
Version:
A simple static site generator
30 lines (29 loc) • 677 B
JSON
{
"name": "webassembler",
"version": "1.0.3",
"description": "A simple static site generator",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/codemaster138/webassembler.git"
},
"keywords": [
"Backend",
"Website",
"Static",
"Generator"
],
"author": "Jake Sarjeant",
"license": "GPL-3.0",
"bugs": {
"url": "https://github.com/codemaster138/webassembler/issues"
},
"homepage": "https://github.com/codemaster138/webassembler#readme",
"dependencies": {
"html-format": "^1.0.1",
"showdown": "^1.9.1"
}
}