lang_in_20/package.json

26 lines
522 B
JSON

{
"name": "LangIn20",
"version": "0.0.2",
"description": "A Coffeescript & PegJS rendition of James Coglan's 'Javascript in 20 Minutes'",
"main": "bin/lisp",
"dependencies": {
"coffee-script": "^1.9.1"
},
"devDependencies": {
"pegjs": "^0.8.0"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [
"scheme",
"practice",
"interpreter",
"javascript",
"coffeescript",
"pegjs"
],
"author": "Elf M. Sternberg",
"license": "ISC"
}