doitnow
Version:
Tool for lazy people
33 lines (32 loc) • 631 B
JSON
{
"name": "doitnow",
"version": "1.0.9",
"description": "Tool for lazy people",
"main": "index.js",
"bin": {
"din": "index.js"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Aniket965/doitnow.git"
},
"keywords": [
"do",
"it",
"now",
"doitnow",
"din"
],
"author": "aniket965",
"license": "MIT",
"bugs": {
"url": "https://github.com/Aniket965/doitnow/issues"
},
"homepage": "https://github.com/Aniket965/doitnow#readme",
"dependencies": {
"shelljs": "^0.8.1"
}
}