sexpr-plus
Version:
S-expression parser, with quoting and comments
32 lines (31 loc) • 675 B
JSON
{
"name": "sexpr-plus",
"version": "7.0.0",
"description": "S-expression parser, with quoting and comments",
"main": "index.js",
"scripts": {
"test": "make test",
"prepublish": "make"
},
"files": [
"index.js"
],
"repository": "anko/sexpr-plus",
"bugs": "https://github.com/anko/sexpr-plus/issues",
"author": "Anko <an@cyan.io>",
"contributors": [
"Friedemann Altrock <frodenius@gmail.com>",
"Matt Brennan <mattyb1000@gmail.com>"
],
"keywords": [
"s-expression",
"parser"
],
"license": "MIT",
"dependencies": {},
"devDependencies": {
"LiveScript": "^1.3.1",
"tape": "^4.0.0",
"pegjs": "^0.9.0"
}
}