You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
27 lines
605 B
27 lines
605 B
{ |
|
"name": "toggle-selection", |
|
"version": "1.0.6", |
|
"description": "Toggle current selected content in browser", |
|
"main": "index.js", |
|
"repository": { |
|
"type": "git", |
|
"url": "git+https://github.com/sudodoki/toggle-selection" |
|
}, |
|
"scripts": { |
|
"test": "echo \"Error: no test specified\" && exit 1" |
|
}, |
|
"keywords": [ |
|
"selection", |
|
"toggle", |
|
"browser", |
|
"deselect" |
|
], |
|
"author": "sudodoki <smd.deluzion@gmail.com> (sudodoki.name)", |
|
"license": "MIT", |
|
"contributors": [ |
|
{ |
|
"name": "Aleksej Shvajka", |
|
"url": "https://github.com/shvaikalesh" |
|
} |
|
] |
|
}
|
|
|