-
Notifications
You must be signed in to change notification settings - Fork 28
/
Copy pathpackage.json
39 lines (39 loc) · 877 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
{
"name": "suppose",
"version": "0.6.2",
"description": "Automate command line programs. Like UNIX expect.",
"homepage": "https://github.com/jprichardson/node-suppose",
"repository": {
"type": "git",
"url": "https://github.com/jprichardson/node-suppose"
},
"keywords": [
"test",
"testing",
"automate",
"expect",
"unix"
],
"author": "JP Richardson <[email protected]>",
"contributors": [
"Kevin Locke <[email protected]>"
],
"license": "MIT",
"dependencies": {
"escape-string-regexp": "^1.0.5",
"force-array": "^3.1.0",
"node-pty": "^0.6.10",
"strip-ansi": "^4.0.0"
},
"devDependencies": {
"enquirer": "^1.0.2",
"is-windows": "^1.0.1",
"fs-extra": "^4.0.1",
"mocha": "^3.5.0",
"testutil": "^0.7.0"
},
"main": "./lib/suppose",
"scripts": {
"test": "mocha"
}
}