snakeparser
Version:
Casual parser generator inspired by PEG.js
43 lines (42 loc) • 884 B
JSON
{
"name": "snakeparser",
"version": "0.2.5",
"description": "Casual parser generator inspired by PEG.js",
"main": "src/snakeParser.js",
"bin": "bin/snakeparser.js",
"dependencies": {},
"devDependencies": {
"expose-loader": "^0.7.0",
"mocha": "^5.2.0",
"webpack": "^4.8.3",
"webpack-cli": "^2.1.4"
},
"scripts": {
"build": "webpack",
"test": "mocha"
},
"repository": {
"type": "git",
"url": "git+https://github.com/carrotflakes/snake-parser.git"
},
"keywords": [
"parser",
"generator",
"PEG",
"packrat"
],
"author": "carrotflakes",
"license": "MIT",
"bugs": {
"url": "https://github.com/carrotflakes/snake-parser/issues"
},
"homepage": "https://github.com/carrotflakes/snake-parser#readme",
"files": [
"README.md",
"LICENSE",
"package.json",
"test",
"src",
"bin"
]
}