-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
28 lines (28 loc) · 728 Bytes
/
package.json
File metadata and controls
28 lines (28 loc) · 728 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
{
"name": "fltrec",
"repository": {
"type": "git",
"url": "https://github.com/normand1/FlightRecorder"
},
"version": "1.0.11",
"description": "FlightRecorder (fltrec) is a solution for quickly saving and updating mock data json responses from your APIs. ",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"debug": "node --nolazy --inspect-brk=9229 index.js"
},
"author": "David Norman",
"license": "MIT",
"bin": {
"fltrec": "./index.js"
},
"dependencies": {
"chalk": "^2.4.1",
"commander": "^2.15.1",
"fs": "0.0.1-security",
"jsonpath": "^1.0.2",
"mkdirp": "^0.5.1",
"mustache": "^2.3.0",
"newman": "^3.9.4"
}
}