-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
48 lines (48 loc) · 1.03 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
{
"name": "test-sshd",
"version": "0.0.6",
"author": "Patrick Debois <[email protected]>",
"private": false,
"scripts": {
"test": "grunt test"
},
"repository": {
"type": "git",
"url": "https://github.com/jedi4ever/test-sshd.js.git"
},
"description": "launch a test sshd that can be used to test against",
"main": "lib/test-sshd.js",
"keywords": [
"ssh2",
"sshd",
"ssh",
"testing"
],
"dependencies": {
"shell-quote": "~1.3.3",
"hashmerge": "~1.0.0",
"temp": "~0.5.1"
},
"devDependencies": {
"mocha": "*",
"jshint": "*",
"jscoverage": "*",
"grunt": "~0.4.1",
"grunt-contrib-jshint": "~0.6.0",
"grunt-contrib-watch": "~0.4.4",
"grunt-release": "~0.3.5",
"grunt-mocha-test": "~0.5.0",
"blanket": "~1.1.5",
"grunt-docco2": "~0.1.1",
"grunt-html": "~0.3.3",
"sinon": "~1.7.3",
"chai": "~1.7.2",
"sinon-chai": "~2.4.0",
"expect.js": "~0.2.0",
"ssh2": "~0.2.12"
},
"license": "MIT",
"engine": {
"node": ">=0.10"
}
}