generator-linda
Version:
Yeoman generator for Linda. Generate hubot-like workers set.
41 lines (40 loc) • 852 B
JSON
{
"name": "<%= appName %>",
"version": "0.0.0",
"description": "Linda Worker",
"main": "bin/linda-worker.coffee",
"scripts": {
"start": "coffee bin/linda-worker.coffee",
"test": "grunt test"
},
"private": true,
"keywords": [
"linda"
],
"author": "<%= owner %>",
"license": "MIT",
"dependencies": {
"async": "*",
"body-parser": "^1.12.2",
"coffee-script": "^1.9",
"debug": "*",
"express": "^4.12.3",
"linda": "^1.2",
"lodash": "*",
"request": "*",
"socket.io-client": "^1.3"
},
"devDependencies": {
"coffeelint": "*",
"coffee-errors": "*",
"grunt": "*",
"grunt-cli": "*",
"grunt-coffeelint": "*",
"grunt-contrib-watch": "*",
"grunt-notify": "*",
"grunt-jsonlint": "*",
"grunt-simple-mocha": "*",
"mocha": "*",
"supertest": "*"
}
}