Files
DiceCloud/parser/package.json
2019-03-26 16:32:24 +02:00

15 lines
314 B
JSON

{
"name": "dicecloud-parser",
"version": "0.1.0",
"scripts": {
"build": "nearleyc grammar.ne -o grammar.js",
"test": "nearley-test grammar.js",
"unparse": "nearley-unparse grammar.js"
},
"author": "Stefan Zermatten",
"devDependencies": {
"moo": "^0.5.0",
"nearley": "^2.16.0"
}
}