LispInSmallPieces/package.json

28 lines
615 B
JSON
Raw Normal View History

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",
"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"
2015-06-17 20:46:22 +00:00
"mocha-jenkins-reporter": "^0.1.7"
2015-05-14 05:28:55 +00:00
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [
"scheme",
"practice",
"interpreter",
"javascript",
"coffeescript"
],
"author": "Elf M. Sternberg",
"license": "MIT"
}