js__coffeescript__codeschool/package.json

11 lines
258 B
JSON

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