generator-linda
Version:
Yeoman generator for Linda. Generate hubot-like workers set.
40 lines (39 loc) • 904 B
JSON
{
"name": "generator-linda",
"version": "0.2.6",
"description": "Yeoman generator for Linda. Generate hubot-like workers set.",
"main": "index.js",
"scripts": {
"test": "grunt test"
},
"keywords": [
"yeoman-generator",
"linda"
],
"files": [
"app"
],
"author": "Sho Hashimoto <hashimoto@shokai.org>",
"license": "MIT",
"dependencies": {
"yeoman-generator": "^0.19.1"
},
"devDependencies": {
"coffee-errors": "*",
"coffee-script": "^1.9",
"coffeelint": "*",
"grunt": "*",
"grunt-coffeelint": "*",
"grunt-jsonlint": "*",
"grunt-notify": "*",
"grunt-simple-mocha": "*"
},
"repository": {
"type": "git",
"url": "https://github.com/node-linda/generator-linda.git"
},
"bugs": {
"url": "https://github.com/node-linda/generator-linda/issues"
},
"homepage": "https://github.com/node-linda/generator-linda"
}