Files
hetty/docs/package.json

22 lines
479 B
JSON
Raw Normal View History

2020-11-09 20:28:10 +01:00
{
"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"
},
2020-11-09 21:20:49 +01:00
"repository": "github.com/dstotijn/hetty/docs",
2020-11-09 20:28:10 +01:00
"scripts": {
"dev": "vuepress dev src",
"build": "vuepress build src"
},
"license": "MIT",
"devDependencies": {
"markdown-it-imsize": "^2.0.1",
"vuepress": "^1.5.3"
},
"dependencies": {}
}