scope-tree
Version:
Module scope tree for CodeInspector
26 lines (25 loc) • 596 B
JSON
{
"name": "scope-tree",
"version": "0.3.0",
"description": "Module scope tree for CodeInspector",
"main": "app.js",
"scripts": {
"lint": "firelint",
"test": "firetest run",
"build": "firescript build",
"docs": "doxydoc build docs/doxydoc/"
},
"dependencies": {
"firescript-runtime": "^0.3.13"
},
"devDependencies": {
"doxydoc": "^0.6.0",
"firelint": "^0.9.4",
"firescript": "^0.20.4",
"firescript-test": "^0.11.8"
},
"repo": "",
"keywords": "scope, scopetree, scope-tree, code-inspector",
"license": "MIT",
"firescript": "0.20.4"
}