Skip to content
Snippets Groups Projects
Commit c990372a authored by SeeBasTStick's avatar SeeBasTStick
Browse files

added package.json for npm ability

parent edbc7778
Branches
Tags
No related merge requests found
{
"name": "b-language-server",
"version": "1.0.0",
"description": "a java based language server implementing the lsp",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/SeeBasTStick/b-language-server.git"
},
"keywords": [
"lsp",
"b",
"java"
],
"author": "Sebastian Stock",
"license": "MIT",
"bugs": {
"url": "https://github.com/SeeBasTStick/b-language-server/issues"
},
"homepage": "https://github.com/SeeBasTStick/b-language-server#readme"
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment