-
Notifications
You must be signed in to change notification settings - Fork 11
/
Copy pathpackage.json
34 lines (34 loc) · 899 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
{
"name": "@klicksite/insomnia-plugin-repo-sync",
"version": "0.1.0",
"author": "Klickpages <[email protected]>",
"description": "Repo Sync Plugin for Insomnia",
"license": "MIT",
"repository": {
"type": "git",
"url": "git+https://github.com/klickpages/insomnia-plugin-repo-sync.git"
},
"keywords": [
"insomnia",
"plugin",
"git"
],
"bugs": {
"url": "https://github.com/klickpages/insomnia-plugin-repo-sync/issues"
},
"main": "src/index.js",
"insomnia": {
"name": "repo-sync",
"displayName": "Repo Sync Plugin",
"description": "This plugin allows users to sync workspaces in a configured repository.",
"images": {
"icon": "icon.svg"
},
"applications": {
"core": "*"
}
},
"dependencies": {},
"homepage": "https://github.com/klickpages/insomnia-plugin-repo-sync#readme",
"devDependencies": {}
}