coffeescript-testing-tutorial/package.json

14 lines
258 B
JSON
Raw Normal View History

2012-07-10 12:40:45 +02:00
{
2012-07-10 23:48:29 +02:00
"name": "bettercoffeescripttestingtutorial"
2012-07-10 12:40:45 +02:00
, "version": "0.0.1"
, "private": true
, "dependencies": {
2012-07-10 12:52:02 +02:00
"coffee-script": "1.3.3"
2012-07-10 12:40:45 +02:00
}
, "devDependencies": {
2012-07-10 12:52:02 +02:00
"mocha": "1.3.0",
2012-07-10 23:48:29 +02:00
"should": "0.6.3",
"expect": "0.0.2"
2012-07-10 12:40:45 +02:00
}
}