blob: 2f5f07a8dc94f4b5a9cc72e02066aa6cc4932d35 [file] [log] [blame]
{
"name": "mocha",
"version": "1.17.1",
"description": "simple, flexible, fun test framework",
"keywords": [
"mocha",
"test",
"bdd",
"tdd",
"tap"
],
"author": "TJ Holowaychuk <tj@vision-media.ca>",
"repository": {
"type": "git",
"url": "git://github.com/visionmedia/mocha.git"
},
"main": "./index",
"bin": {
"mocha": "./bin/mocha",
"_mocha": "./bin/_mocha"
},
"engines": {
"node": ">= 0.4.x"
},
"scripts": {
"test": "make test-all"
},
"dependencies": {
"commander": "2.0.0",
"growl": "1.7.x",
"jade": "0.26.3",
"diff": "1.0.7",
"debug": "*",
"mkdirp": "0.3.5",
"glob": "3.2.3"
},
"devDependencies": {
"should": ">= 2.0.x",
"coffee-script": "1.2"
},
"files": [
"bin",
"images",
"lib",
"index.js",
"mocha.css",
"mocha.js"
]
}