-
Notifications
You must be signed in to change notification settings - Fork 5
Expand file tree
/
Copy pathpackage.json
More file actions
35 lines (35 loc) · 786 Bytes
/
package.json
File metadata and controls
35 lines (35 loc) · 786 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
30
31
32
33
34
35
{
"name": "test-machinepack",
"author": "Mike McNeil <@mikermcneil>",
"version": "3.0.1",
"description": "Raw test runner for machinepacks (also includes a simple stub test driver)",
"keywords": [
"test-machine",
"test-machinepack",
"node-machine",
"machine",
"test-runner",
"test-driver"
],
"bin": {
"testmachinepack": "./bin/testmachinepack.js"
},
"dependencies": {
"@sailshq/lodash": "3.10.2",
"async": "2.0.1",
"chalk": "1.1.3",
"json-diff": "0.3.1",
"json5": "0.4.0",
"machine": "^15.0.0-15",
"rttc": "^9.4.0"
},
"repository": {
"type": "git",
"url": "git://github.com/mikermcneil/test-machinepack.git"
},
"license": "MIT",
"engines": {
"node": ">= 4.0.0",
"npm": ">= 2.0.0"
}
}