forked from klickpages/insomnia-plugin-repo-sync
-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathpackage.json
34 lines (34 loc) · 927 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": "insomnia-plugin-repo-sync-2",
"version": "2.0.1",
"author": "Anton Vishnyak <[email protected]>",
"description": "Sync your workspace to a Git repository.",
"license": "MIT",
"repository": {
"type": "git",
"url": "git+https://github.com/Atlas-LiftTech/insomnia-plugin-repo-sync-2.git"
},
"keywords": [
"insomnia",
"plugin",
"git"
],
"bugs": {
"url": "https://github.com/Atlas-LiftTech/insomnia-plugin-repo-sync-2/issues"
},
"main": "src/index.js",
"insomnia": {
"name": "repo-sync",
"displayName": "Repo Sync Plugin v2",
"description": "This plugin allows users to sync workspaces in a configured repository.",
"images": {
"icon": "icon.svg"
},
"applications": {
"core": "*"
}
},
"dependencies": {},
"homepage": "https://github.com/Atlas-LiftTech/insomnia-plugin-repo-sync-2#readme",
"devDependencies": {}
}