forked from bongosway/insomnia-plugin-dotenv
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
29 lines (29 loc) · 786 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
{
"name": "insomnia-plugin-json-config",
"version": "1.0.2",
"description": "Insomnia template tag to pull data from json file",
"author": "Fall1ngStar <[email protected]>",
"repository": {
"type": "git",
"url": "https://github.com/Fall1ngStar/insomnia-plugin-json-config"
},
"bugs": {
"url": "https://github.com/Fall1ngStar/insomnia-plugin-json-config/issues"
},
"homepage": "https://github.com/Fall1ngStar/insomnia-plugin-json-config",
"keywords": [
"insomnia",
"api",
"insomnia-plugin"
],
"license": "MIT",
"main": "index.js",
"insomnia": {
"name": "jsonconfig",
"description": "Template tag to pull data from from JSON file"
},
"dependencies": {
"fs": "^0.0.1-security",
"untildify": "^4.0.0"
}
}