tree-sitter/lib/web/package.json

31 lines
641 B
JSON
Raw Normal View History

2019-04-25 17:27:24 -07:00
{
"name": "tree-sitter.wasm",
"version": "0.0.1",
"description": "Tree-sitter bindings for the web",
"main": "index.js",
"directories": {
"test": "test"
},
"scripts": {
"test": "mocha"
},
"repository": {
"type": "git",
"url": "git+https://github.com/tree-sitter/tree-sitter.git"
},
"keywords": [
"incremental",
"parsing"
],
"author": "Max Brunsfeld",
"license": "MIT",
"bugs": {
"url": "https://github.com/tree-sitter/tree-sitter/issues"
},
"homepage": "https://github.com/tree-sitter/tree-sitter#readme",
"devDependencies": {
"chai": "^4.2.0",
"mocha": "^6.1.4"
}
}