2015-05-14 05:28:55 +00:00
|
|
|
{
|
|
|
|
"name": "CoffeeLisp",
|
|
|
|
"version": "0.0.1",
|
|
|
|
"description": "A Coffeescript rendition of Lisp In Small Pieces",
|
|
|
|
"main": "bin/lisp",
|
|
|
|
"dependencies": {
|
|
|
|
"coffee-script": "^1.9.1",
|
2015-05-20 16:41:30 +00:00
|
|
|
"cons-lists": "git+https://github.com/elfsternberg/cons-lists.git"
|
2015-05-14 05:28:55 +00:00
|
|
|
},
|
|
|
|
"devDependencies": {
|
|
|
|
"chai": "^2.0.0",
|
|
|
|
"mocha": "^2.1.0"
|
|
|
|
},
|
|
|
|
"scripts": {
|
|
|
|
"test": "echo \"Error: no test specified\" && exit 1"
|
|
|
|
},
|
|
|
|
"keywords": [
|
|
|
|
"scheme",
|
|
|
|
"practice",
|
|
|
|
"interpreter",
|
|
|
|
"javascript",
|
|
|
|
"coffeescript"
|
|
|
|
],
|
|
|
|
"author": "Elf M. Sternberg",
|
|
|
|
"license": "MIT"
|
|
|
|
}
|