hastebin-generator
Version:
An npm module for generating hastebin links.
26 lines (25 loc) • 606 B
JSON
{
"name": "hastebin-generator",
"version": "1.1.4",
"description": "An npm module for generating hastebin links.",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/RuyiLi/hastebin-generator.git"
},
"keywords": [
"hastebin"
],
"author": "Ruyi Li",
"license": "ISC",
"bugs": {
"url": "https://github.com/RuyiLi/hastebin-generator/issues"
},
"homepage": "https://github.com/RuyiLi/hastebin-generator#readme",
"dependencies": {
"phin": "^2.9.0"
}
}