smithjason413
Version:
32 lines (31 loc) • 651 B
JSON
{
"name": "smithjason413",
"version": "3.0.0",
"description": "My Resume'",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Invictus252/Resume.git"
},
"keywords": [
"Jason",
"Smith",
"Resume"
],
"author": "Jason Smith",
"license": "ISC",
"bugs": {
"url": "https://github.com/Invictus252/Resume/issues"
},
"homepage": "https://github.com/Invictus252/Resume#readme",
"dependencies": {
"chalk": "^2.4.2",
"inquirer": "^6.2.2"
},
"bin": {
"smithjason413": "./index.js"
}
}