mirror of
https://github.com/dstotijn/hetty.git
synced 2025-07-01 18:47:29 -04:00
22 lines
479 B
JSON
Executable File
22 lines
479 B
JSON
Executable File
{
|
|
"name": "hetty-docs",
|
|
"version": "0.1.0",
|
|
"description": "An HTTP toolkit for security research.",
|
|
"main": "index.js",
|
|
"authors": {
|
|
"name": "David Stotijn",
|
|
"email": "dstotijn@gmail.com"
|
|
},
|
|
"repository": "github.com/dstotijn/hetty/docs",
|
|
"scripts": {
|
|
"dev": "vuepress dev src",
|
|
"build": "vuepress build src"
|
|
},
|
|
"license": "MIT",
|
|
"devDependencies": {
|
|
"markdown-it-imsize": "^2.0.1",
|
|
"vuepress": "^1.5.3"
|
|
},
|
|
"dependencies": {}
|
|
}
|