Skip to content

Instantly share code, notes, and snippets.

@crguezl
Last active March 18, 2018 12:30
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save crguezl/8dfcaa01a0377dead374bc35c462c29d to your computer and use it in GitHub Desktop.
Save crguezl/8dfcaa01a0377dead374bc35c462c29d to your computer and use it in GitHub Desktop.
prueba de funcionamiento del módulo npm @crguezl/eloquentjsegg
{
"name": "check-crguezl-eloquentjsegg",
"version": "1.0.0",
"description": "Check the package @crguezl/eloquentjsegg",
"scripts": {
"compile": "eggc node_modules/@crguezl/eloquentjsegg/examples/one.egg",
"run": "evm node_modules/@crguezl/eloquentjsegg/examples/one.egg.evm",
"test": "egg node_modules/@crguezl/eloquentjsegg/examples/two.egg",
"start": "egg node_modules/@crguezl/eloquentjsegg/examples/sum.egg"
},
"keywords": ["parsing", "language processors", "recursive descent", "ULL"],
"author": "Casiano Rodriguez-Leon <casiano.rodriguez.leon@gmail.com> (https://github.com/crguezl)",
"license": "ISC",
"dependencies": {
"@crguezl/eloquentjsegg": "*"
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment