-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
38 lines (38 loc) · 990 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
{
"name": "insomnia-plugin-jsonc",
"version": "0.1.0",
"description": "Insomnia plugin to use comments in JSON body",
"main": "main.js",
"insomnia": {
"name": "jsonc",
"displayName": "JSON Comments Plugin",
"description": "Plugin to use comments in JSON body.",
"publisher": {
"name": "Guillaume Ongenae",
"icon": "https://avatars.githubusercontent.com/u/9453090"
},
"unlisted": false
},
"scripts": {
"test": "node test.js"
},
"repository": {
"type": "git",
"url": "git+ssh://[email protected]/algoan/insomnia-plugin-jsonc.git"
},
"keywords": [
"insomnia",
"plugin",
"jsonc",
"json-comments",
"comments"
],
"author": "Guillaume Ongenae <[email protected]>",
"license": "MIT",
"bugs": {
"url": "https://github.com/g-ongenae/insomnia-plugin-jsonc/issues"
},
"homepage": "https://github.com/g-ongenae/insomnia-plugin-jsonc#readme",
"dependencies": {},
"devDependencies": {}
}