{ "name": "coding-cata-calc", "version": "0.0.1", "description": "Implementation of a simple string calculator in Coffee-script", "main": "calc.coffee", "directories": { "test": "test" }, "dependencies": { "chai": "~1.5.0" }, "devDependencies": { "coffee-script": "~1.4.0" }, "scripts": { "test": "mocha -w -R nyan --compilers coffee:coffee-script" }, "repository": { "type": "git", "url": "git://github.com/nilsnh/coding-cata-calc.git" }, "keywords": [ "coffee-script", "coding", "kata", "Bergen", "coding", "dojo" ], "author": "Nils Norman Haukås", "license": "mit", "readmeFilename": "readme.md" }