-
Notifications
You must be signed in to change notification settings - Fork 39
Expand file tree
/
Copy pathpackage.json
More file actions
29 lines (29 loc) · 750 Bytes
/
Copy pathpackage.json
File metadata and controls
29 lines (29 loc) · 750 Bytes
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
{
"name": "hubot-shipit",
"description": "A hubot script that provides easy access to the shipit squirrel and its kin",
"version": "0.2.1",
"author": "Josh Nichols <technicalpickles@github.com>",
"license": "MIT",
"keywords": "hubot, hubot-scripts",
"repository": {
"type": "git",
"url": "git://github.com/hubot-scripts/hubot-shipit.git"
},
"bugs": {
"url": "https://github.com/hubot-scripts/hubot-shipit/issues"
},
"dependencies": {},
"peerDependencies": {
"hubot": ">=2 <10 || 0.0.0-development"
},
"devDependencies": {
"hubot": "2.x",
"grunt-release": "~0.6.0",
"matchdep": "~0.1.2",
"grunt-contrib-watch": "~0.5.3"
},
"main": "index.coffee",
"scripts": {
"test": "true"
}
}