UNPKG

fly-peg

Version:
51 lines (50 loc) 1.02 kB
{ "name": "fly-peg", "version": "1.0.2", "description": "PEG.js plugin for Fly.", "license": "WTFPL", "bugs": { "url": "https://github.com/frantic1048/fly-peg/issues" }, "repository": { "type": "git", "url": "git+https://github.com/frantic1048/fly-peg.git" }, "main": "index.js", "files": [ "index.js" ], "keywords": [ "fly", "fly-plugin", "PEG.js", "parser generator" ], "scripts": { "test": "node_modules/.bin/ava" }, "author": { "name": "frantic1048", "email": "archer@frantic1048.com", "url": "https://frantic1048.com" }, "dependencies": { "pegjs": "^0.10.0" }, "devDependencies": { "ava": "^0.18.2", "babel-eslint": "^7.2.0", "eslint": "^3.0.1", "eslint-config-standard": "^7.1.0", "eslint-plugin-promise": "^3.5.0", "eslint-plugin-standard": "^2.0.0", "fly": "^2.0.1", "fly-clear": "^1.0.0" }, "peerDependencies": { "fly": "^2.0.1" }, "engines": { "node": ">= 4.6" } }