aboutsummaryrefslogtreecommitdiff
path: root/package.json
diff options
context:
space:
mode:
Diffstat (limited to 'package.json')
-rw-r--r--package.json96
1 files changed, 48 insertions, 48 deletions
diff --git a/package.json b/package.json
index 1b5d56b..6ba38b2 100644
--- a/package.json
+++ b/package.json
@@ -1,52 +1,52 @@
{
- "name": "kopy-io-plugin",
- "displayName": "Kopy.io Plugin",
- "description": "An unofficial plugin for kopy.io",
- "version": "0.0.1",
- "publisher": "indrajithkl",
- "engines": {
- "vscode": "^1.16.0"
- },
- "categories": [
- "Other"
- ],
- "activationEvents": [
- "onCommand:extension.kopyit"
- ],
- "main": "./out/src/extension",
- "contributes": {
- "commands": [
- {
- "command": "extension.kopyit",
- "title": "Kopy.io it."
- }
+ "name": "kopy-io-plugin",
+ "displayName": "Kopy.io Plugin",
+ "description": "An unofficial plugin for kopy.io",
+ "version": "0.2.0",
+ "publisher": "indrajithkl",
+ "engines": {
+ "vscode": "^1.16.0"
+ },
+ "categories": [
+ "Other"
],
- "menus": {
- "editor/context": [
- {
- "when": "editorHasSelection",
- "command": "extension.kopyit",
- "group": "myGroup@1"
+ "activationEvents": [
+ "onCommand:extension.kopyit"
+ ],
+ "main": "./out/src/extension",
+ "contributes": {
+ "commands": [
+ {
+ "command": "extension.kopyit",
+ "title": "Kopy.io it."
+ }
+ ],
+ "menus": {
+ "editor/context": [
+ {
+ "when": "editorHasSelection",
+ "command": "extension.kopyit",
+ "group": "myGroup@1"
+ }
+ ]
}
- ]
+ },
+ "scripts": {
+ "vscode:prepublish": "npm run compile",
+ "compile": "tsc -p ./",
+ "watch": "tsc -watch -p ./",
+ "postinstall": "node ./node_modules/vscode/bin/install",
+ "test": "npm run compile && node ./node_modules/vscode/bin/test"
+ },
+ "devDependencies": {
+ "typescript": "^2.5.2",
+ "vscode": "^1.1.5",
+ "mocha": "^3.5.0",
+ "@types/node": "^7.0.43",
+ "@types/mocha": "^2.2.42"
+ },
+ "dependencies": {
+ "axios": "^0.16.2",
+ "copy-paste": "^1.3.0"
}
- },
- "scripts": {
- "vscode:prepublish": "npm run compile",
- "compile": "tsc -p ./",
- "watch": "tsc -watch -p ./",
- "postinstall": "node ./node_modules/vscode/bin/install",
- "test": "npm run compile && node ./node_modules/vscode/bin/test"
- },
- "devDependencies": {
- "typescript": "^2.5.2",
- "vscode": "^1.1.5",
- "mocha": "^3.5.0",
- "@types/node": "^7.0.43",
- "@types/mocha": "^2.2.42"
- },
- "dependencies": {
- "axios": "^0.16.2",
- "copy-paste": "^1.3.0"
- }
-}
+} \ No newline at end of file