{ "name": "coffee-codeschool", "version": "1.0.0", "main": "index.js", "author": "Greg Pollack ", "license": "MIT", "scripts": { "clean": "rm -fr lib/*", "watch": "coffee --no-header --bare -m -w -o lib -c src" } }