aboutsummaryrefslogtreecommitdiff
path: root/package.json
diff options
context:
space:
mode:
authorIndrajith K L2017-09-20 15:00:44 +0530
committerIndrajith K L2017-09-20 15:00:44 +0530
commitfa707962d8bd220b611f6f5f29cba11ca7e67a92 (patch)
treebc3bfe79d95ae4fe1847991c993472209528edcb /package.json
downloadKopyPlugin-fa707962d8bd220b611f6f5f29cba11ca7e67a92.tar.gz
KopyPlugin-fa707962d8bd220b611f6f5f29cba11ca7e67a92.tar.bz2
KopyPlugin-fa707962d8bd220b611f6f5f29cba11ca7e67a92.zip
Initial Commit
Diffstat (limited to 'package.json')
-rw-r--r--package.json37
1 files changed, 37 insertions, 0 deletions
diff --git a/package.json b/package.json
new file mode 100644
index 0000000..7991635
--- /dev/null
+++ b/package.json
@@ -0,0 +1,37 @@
+{
+ "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.sayHello"
+ ],
+ "main": "./out/src/extension",
+ "contributes": {
+ "commands": [{
+ "command": "extension.sayHello",
+ "title": "Hello World"
+ }]
+ },
+ "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"
+ }
+} \ No newline at end of file