[docs] That *is* coffee!

This commit is contained in:
Elf M. Sternberg 2015-07-07 20:22:19 -07:00
parent 983f29c1eb
commit 7bd66b6080
1 changed files with 8 additions and 2 deletions

View File

@ -1,5 +1,5 @@
{ {
"name": "CoffeeLisp", "name": "LispInSmallPieces",
"version": "0.0.1", "version": "0.0.1",
"description": "A Coffeescript rendition of Lisp In Small Pieces", "description": "A Coffeescript rendition of Lisp In Small Pieces",
"main": "bin/lisp", "main": "bin/lisp",
@ -13,9 +13,15 @@
"mocha-jenkins-reporter": "^0.1.7" "mocha-jenkins-reporter": "^0.1.7"
}, },
"scripts": { "scripts": {
"test": "echo \"Error: no test specified\" && exit 1" "test": "make test",
"build": "make node_modules"
},
"repository": {
"type": "git",
"url": "ssh://elfsternberg@elfsternberg.com/home/elfsternberg/repos/LispInSmallPieces"
}, },
"keywords": [ "keywords": [
"lisp",
"scheme", "scheme",
"practice", "practice",
"interpreter", "interpreter",