jsepgen
Version:
Tiny module to generate code from the jsep AST
28 lines • 554 B
JSON
{
"name": "jsepgen",
"version": "1.0.6",
"description": "Tiny module to generate code from the jsep AST",
"keywords": [
"ast",
"generator",
"escodegen",
"tiny",
"javascript",
"generate"
],
"scripts": {
"precommit": "make test"
},
"author": "Matthew Mueller <matt@lapwinglabs.com>",
"repository": {
"type": "git",
"url": "git://github.com/LapwingLabs/jsepgen.git"
},
"dependencies": {},
"devDependencies": {
"husky": "^0.10.1",
"jsep": "^0.3.0",
"mocha": "*"
},
"main": "index"
}