coffeescript-testing-tutorial/package.json
2012-07-10 12:40:45 +02:00

13 lines
226 B
JSON

{
"name": "Better Coffe-script testing with Mocha"
, "version": "0.0.1"
, "private": true
, "dependencies": {
"coffee-script": "x"
}
, "devDependencies": {
"mocha": "x",
"should": "x"
}
}