-
Notifications
You must be signed in to change notification settings - Fork 3
/
package.json
41 lines (41 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
{
"name": "hubot-ansible",
"version": "0.1.2",
"author": "vspiewak",
"keywords": [
"ansible",
"hubot",
"hubot-scripts"
],
"description": "A hubot script for launching ansible commands",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/vspiewak/hubot-ansible.git"
},
"bugs": {
"url": "https://github.com/vspiewak/hubot-ansible/issues"
},
"dependencies": {
"coffee-script": ">= 1.7",
"shelljs": ">= 0.5.3",
"hubot": "2.x"
},
"devDependencies": {
"mocha": "*",
"chai": "*",
"sinon-chai": "*",
"sinon": "*",
"grunt": "~0.4.4",
"grunt-cli": "~0.1.13",
"grunt-mocha-test": "~0.7.0",
"grunt-release": "~0.6.0",
"matchdep": "~0.1.2",
"grunt-contrib-watch": "~0.5.3"
},
"main": "./src/index.coffee",
"engine": "node > 0.10.0",
"engines": {
"node": "*"
}
}