From 686106d544ecc3b6ffd4db2b665d3bc879a58d8c Mon Sep 17 00:00:00 2001 From: Jules Laplace Date: Mon, 24 Sep 2012 16:22:07 -0400 Subject: ok --- node_modules/mocha/package.json | 48 +++++++++++++++++++++++++++++++++++++++++ 1 file changed, 48 insertions(+) create mode 100644 node_modules/mocha/package.json (limited to 'node_modules/mocha/package.json') diff --git a/node_modules/mocha/package.json b/node_modules/mocha/package.json new file mode 100644 index 0000000..f77984b --- /dev/null +++ b/node_modules/mocha/package.json @@ -0,0 +1,48 @@ +{ + "name": "mocha", + "version": "1.0.1", + "description": "simple, flexible, fun test framework", + "keywords": [ + "test", + "bdd", + "tdd", + "tap" + ], + "author": { + "name": "TJ Holowaychuk", + "email": "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 < 0.8.0" + }, + "scripts": { + "test": "make test" + }, + "dependencies": { + "commander": "0.5.x", + "growl": "1.5.x", + "jade": "0.20.3", + "diff": "1.0.2", + "debug": "*" + }, + "devDependencies": { + "should": "*", + "coffee-script": "1.2" + }, + "_id": "mocha@1.0.1", + "optionalDependencies": {}, + "_engineSupported": true, + "_npmVersion": "1.1.12", + "_nodeVersion": "v0.6.14", + "_defaultsLoaded": true, + "_from": "mocha@>= 0.14.1" +} -- cgit v1.2.3-70-g09d2