-
Notifications
You must be signed in to change notification settings - Fork 14
/
package.json
45 lines (38 loc) · 970 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
43
44
45
{
"name": "hubot-vtr-scripts",
"description": "A set of scripts to make Hubot a Digital Forensics & Incident Response sidekick",
"version": "1.1.0",
"author": "Scott J Roberts <[email protected]>",
"license": "MIT",
"keywords": [
"hubot",
"hubot-scripts",
"dfir"
],
"repository": {
"type": "git",
"url": "https://github.com/sroberts/hubot-vtr-scripts.git"
},
"bugs": {
"url": "https://github.com/sroberts/hubot-vtr-scripts/issues"
},
"dependencies": {
"cheerio": "~0.12.4",
"coffee-script": "~1.6",
"hubot-scripts": "https://github.com/github/hubot-scripts/tarball/master"
},
"devDependencies": {
"mocha": "*",
"chai": "*",
"sinon-chai": "*",
"sinon": "*",
"jasmine-node": "latest",
"jasmine-reporters": "~0.4"
},
"scripts":{
"pretest": "npm install jasmine-node"
, "test": "./test.sh"
, "posttest": "npm uninstall jasmine-node"
},
"main": "index.coffee"
}