Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/twbs/rewire.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohannes <johannes.ewald@roomieplanet.de>2012-07-10 22:32:54 +0400
committerJohannes <johannes.ewald@roomieplanet.de>2012-07-10 22:32:54 +0400
commit0bb70adf091ce5ccf8c81f28cc72a229ac15eba1 (patch)
tree61ef88ea9646dd734533e295d7002653c311508e /package.json
parentb443c61ab73679410f083e383be7aef3039d228f (diff)
- fixed parsing error when trying to set a function as mockv0.3.2
- update to mocha 1.3.x - fixed minor IE issues
Diffstat (limited to 'package.json')
-rw-r--r--package.json78
1 files changed, 39 insertions, 39 deletions
diff --git a/package.json b/package.json
index 645f76c..f3c22c3 100644
--- a/package.json
+++ b/package.json
@@ -1,40 +1,40 @@
-{
- "name" : "rewire",
- "version" : "0.3.1",
- "description" : "Dependency injection for node.js applications",
- "keywords" : [
- "dependency",
- "injection",
- "mock",
- "unit",
- "test",
- "leak",
- "inspect"
- ],
- "author" : {
- "name" : "Johannes Ewald",
- "email" : "mail@johannesewald.de",
- "web" : "http://johannesewald.de"
- },
- "main" : "lib/index.js",
- "homepage": "http://jhnns.github.com/rewire",
- "bugs" : {
- "url" : "http://github.com/jhnns/rewire/issues",
- "email" : "mail@johannesewald.de"
- },
- "repository": {
- "type": "git",
- "url": "git://github.com/jhnns/rewire.git"
- },
- "engines" : {
- "node" : "<0.9.x"
- },
- "devDependencies": {
- "mocha": "1.2.x",
- "expect.js": "0.1.x",
- "browserify": ">=1.13.5 <1.14.x"
- },
- "scripts" : {
- "test" : "mocha -R spec"
- }
+{
+ "name" : "rewire",
+ "version" : "0.3.2",
+ "description" : "Dependency injection for node.js applications",
+ "keywords" : [
+ "dependency",
+ "injection",
+ "mock",
+ "unit",
+ "test",
+ "leak",
+ "inspect"
+ ],
+ "author" : {
+ "name" : "Johannes Ewald",
+ "email" : "mail@johannesewald.de",
+ "web" : "http://johannesewald.de"
+ },
+ "main" : "lib/index.js",
+ "homepage": "http://jhnns.github.com/rewire",
+ "bugs" : {
+ "url" : "http://github.com/jhnns/rewire/issues",
+ "email" : "mail@johannesewald.de"
+ },
+ "repository": {
+ "type": "git",
+ "url": "git://github.com/jhnns/rewire.git"
+ },
+ "engines" : {
+ "node" : "<0.9.x"
+ },
+ "devDependencies": {
+ "mocha": "1.3.x",
+ "expect.js": "0.1.x",
+ "browserify": ">=1.13.5 <1.14.x"
+ },
+ "scripts" : {
+ "test" : "node node_modules/mocha/bin/mocha -R spec"
+ }
} \ No newline at end of file