UNPKG

pegjs-otf

Version:

On-The-Fly Compilation for PEG.js

32 lines (31 loc) 1.01 kB
{ "name": "pegjs-otf", "version": "2.0.2", "description": "On-The-Fly Compilation for PEG.js", "keywords": [ "pegjs", "peggy", "browserify", "transform" ], "repository": { "type": "git", "url": "git+https://github.com/rse/pegjs-otf.git" }, "author": { "name": "Dr. Ralf S. Engelschall", "email": "rse@engelschall.com", "url": "http://engelschall.com" }, "license": "MIT", "homepage": "https://github.com/rse/pegjs-otf", "bugs": "https://github.com/rse/pegjs-otf/issues", "devDependencies": { "grunt": "1.6.1", "grunt-cli": "1.4.3", "grunt-contrib-jshint": "3.2.0", "grunt-contrib-clean": "2.0.1", "grunt-eslint": "24.3.0" }, "dependencies": { "peggy": "4.0.2", "lodash": "4.17.21", "static-module": "3.0.4", "through": "2.3.8" } }