Last active
March 18, 2018 12:30
-
-
Save crguezl/8dfcaa01a0377dead374bc35c462c29d to your computer and use it in GitHub Desktop.
prueba de funcionamiento del módulo npm @crguezl/eloquentjsegg
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"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 <[email protected]> (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