OpenTK
This commit is contained in:
36
JavaScript/negative-spacing/package.json
Normal file
36
JavaScript/negative-spacing/package.json
Normal file
@@ -0,0 +1,36 @@
|
||||
{
|
||||
"name": "negative-spacing",
|
||||
"displayName": "Negative spacing",
|
||||
"description": "spacing, but negative",
|
||||
"version": "0.0.1",
|
||||
"publisher": "Ben",
|
||||
"engines": {
|
||||
"vscode": "^1.26.0"
|
||||
},
|
||||
"categories": [
|
||||
"Other"
|
||||
],
|
||||
"activationEvents": [
|
||||
"onCommand:extension.sayHello"
|
||||
],
|
||||
"main": "./extension",
|
||||
"contributes": {
|
||||
"commands": [
|
||||
{
|
||||
"command": "extension.sayHello",
|
||||
"title": "Hello World"
|
||||
}
|
||||
]
|
||||
},
|
||||
"scripts": {
|
||||
"postinstall": "node ./node_modules/vscode/bin/install",
|
||||
"test": "node ./node_modules/vscode/bin/test"
|
||||
},
|
||||
"devDependencies": {
|
||||
"typescript": "^2.6.1",
|
||||
"vscode": "^1.1.21",
|
||||
"eslint": "^4.11.0",
|
||||
"@types/node": "^8.10.25",
|
||||
"@types/mocha": "^2.2.42"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user