-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
52 lines (52 loc) · 1.34 KB
/
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
43
44
45
46
47
48
49
50
51
52
{
"name": "generator-hubot-script-mocha",
"version": "1.6.0",
"description": "A generator for simple Hubot scripts with brain storage, environment variables and mocha tests",
"keywords": [
"yeoman-generator",
"hubot",
"hubot-scripts"
],
"homepage": "https://github.com/catops/generator-hubot-script-mocha",
"bugs": "https://github.com/catops/generator-hubot-script-mocha/issues",
"author": {
"name": "Consumer Financial Protection Bureau",
"email": "[email protected]",
"url": "https://cfpb.github.io"
},
"main": "app/index.js",
"repository": {
"type": "git",
"url": "git://github.com/catops/generator-hubot-script-mocha.git"
},
"scripts": {
"test": "grunt test"
},
"dependencies": {
"chalk": "^1.1.3",
"lodash": "^4.11.2",
"lodash-addons": "^0.3.1",
"request-promise": "^3.0.0",
"rimraf": "^2.5.2",
"update-notifier": "^0.6.3",
"yeoman-generator": "^0.17.7",
"yosay": "^1.1.1"
},
"devDependencies": {
"grunt": "~0.4.1",
"grunt-contrib-watch": "~0.5.3",
"grunt-mocha-cli": "~1.1.0",
"grunt-release": "^0.7.0",
"matchdep": "~0.1.2",
"yeoman-assert": "^2.2.1",
"yeoman-test": "^1.3.0"
},
"peerDependencies": {
"yo": ">=1.0.0-rc.1"
},
"engines": {
"node": ">=0.8.0",
"npm": ">=1.2.10"
},
"license": "CC0"
}