amartincastro
Version:
My personal calling card.
29 lines (28 loc) • 584 B
JSON
{
"name": "amartincastro",
"version": "1.0.2",
"description": "My personal calling card.",
"main": "./bin/card.js",
"bin": {
"amartincastro": "./bin/card.js"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [
"Ariel",
"Martin",
"Castro",
"amartincastro"
],
"author": "A. Martin Castro https://github.com/amartincastro",
"license": "MIT",
"dependencies": {
"boxen": "^2.1.0",
"chalk": "^2.4.1"
},
"devDependencies": {
"eslint": "^5.10.0",
"eslint-config-leankit": "^4.5.0"
}
}