Added package.json

This commit is contained in:
Valerii Iatsko 2018-07-27 11:13:40 +02:00
parent e1dedd2a04
commit e3224bd7d8
1 changed files with 9 additions and 0 deletions

9
package.json Normal file
View File

@ -0,0 +1,9 @@
{
"name": "awesome-vscode",
"version": "1.0.0",
"main": "index.js",
"repository": "git@github.com:viatsko/awesome-vscode.git",
"author": "Valerii Iatsko <viatsko@viatsko.me>",
"license": "CC0-1.0",
"private": true
}