forked from hubotio/generator-hubot
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
42 lines (42 loc) · 892 Bytes
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
{
"name": "generator-hubot",
"version": "0.4.0",
"description": "Hubot generator for Yeoman",
"license": "MIT",
"main": "generators/app/index.js",
"repository": "github/generator-hubot",
"author": {
"name": "Josh Nichols",
"email": "[email protected]",
"url": "https://github.com/technicalpickles"
},
"engines": {
"node": ">=0.10.0"
},
"scripts": {
"test": "mocha"
},
"files": [
"generators"
],
"keywords": [
"yeoman-generator",
"hubot",
"hubot-script"
],
"dependencies": {
"yeoman-generator": "^0.17.0",
"chalk": "^0.5.0",
"yosay": "^0.3.0",
"npm-name": "^1.0.1"
},
"devDependencies": {
"coffee-script": "^1.6.3",
"grunt": "~0.4.5",
"grunt-contrib-watch": "^0.6.1",
"grunt-mocha-test": "^0.12.4",
"grunt-release": "~0.6.0",
"matchdep": "~0.1.2",
"mocha": "*"
}
}