@bash_candy/candy-js
Version:
Web Development for Dummies
25 lines (24 loc) • 516 B
JSON
{
"name": "@bash_candy/candy-js",
"version": "1.1.0",
"description": "Web Development for Dummies",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [
"Web",
"framework"
],
"author": "Gustavo Gonzalez ggbenavente95@gmail.com",
"license": "ISC",
"dependencies": {
"colors": "^1.3.2",
"commander": "^2.17.1",
"copy-dir": "^0.4.0",
"global-modules-path": "^2.3.0"
},
"bin": {
"candy": "./bin/index.js"
}
}