homepage/package.json

19 lines
361 B
JSON
Raw Normal View History

2021-10-17 00:05:22 +03:00
{
"name": "website-generator",
"version": "1.0.0",
"description": "",
"main": "build.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "https://git.hippoz.xyz/hippoz/homepage"
},
"author": "",
"license": "MIT",
"dependencies": {
"js-beautify": "^1.14.0"
}
}