-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathpackage.json
More file actions
45 lines (45 loc) · 1 KB
/
Copy pathpackage.json
File metadata and controls
45 lines (45 loc) · 1 KB
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
{
"name": "hubot-paste",
"description": "A Hubot script for creating a new paste on several online services: Dpaste.com and Pastebin.com.",
"version": "2.3.1",
"author": "Ian Lai <os@fyianlai.com>",
"license": "MIT",
"keywords": [
"hubot",
"hubot-scripts",
"pastebin",
"dpaste",
"paste",
"sprunge",
"shorten"
],
"repository": {
"type": "git",
"url": "git://github.com/ClaudeBot/hubot-paste.git"
},
"bugs": {
"url": "https://github.com/ClaudeBot/hubot-paste/issues"
},
"dependencies": {},
"peerDependencies": {
"hubot": "2.x"
},
"devDependencies": {
"chai": "^3.0.0",
"coffee-script": "^1.9.3",
"grunt": "^0.4.5",
"grunt-cli": "^0.1.13",
"grunt-contrib-watch": "~0.6.1",
"grunt-mocha-test": "~0.12.7",
"grunt-release": "~0.13.0",
"hubot": "2.x",
"matchdep": "~1.0.0",
"mocha": "^2.1.0",
"sinon": "^1.13.0",
"sinon-chai": "^2.7.0"
},
"main": "index.coffee",
"scripts": {
"test": "grunt test"
}
}