vincent_blog
Version:
the tools for vicent to write blog
22 lines (21 loc) • 398 B
JSON
{
"name": "vincent_blog",
"version": "1.0.1",
"description": "the tools for vicent to write blog",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"bin": {
"vincent_blog": "./index.js"
},
"keywords": [
"vincent",
"blog"
],
"author": "Vicent Ji",
"license": "ISC",
"dependencies": {
"commander": "^4.1.1"
}
}