alphabot-component
Version:
Lazo template for creating a component node module.
36 lines • 800 B
JSON
{
"name": "alphabot-component",
"description": "Lazo template for creating a component node module.",
"version": "0.1.2",
"main": "index.js",
"keywords": [
"lazojs",
"template",
"module",
"generator"
],
"licenses": [
{
"type": "MIT",
"url": "https://github.com/lazojs/alphabot-component/blob/master/LICENSE"
}
],
"author": {
"name": "Jason Strimpel",
"email": "jstrimpel@gmail.com"
},
"bugs": {
"web": "https://github.com/lazojs/alphabot-component/issues"
},
"repository": {
"type": "git",
"url": "https://github.com/lazojs/alphabot-component.git"
},
"github": "https://github.com/lazojs/alphabot-component",
"maintainers": [
{
"name": "Jason Strimpel",
"email": "jstrimpel@gmail.com"
}
]
}