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 Ewald <johannes.ewald@peerigon.com>2015-01-17 18:34:46 +0300
committerJohannes Ewald <johannes.ewald@peerigon.com>2015-01-17 18:34:46 +0300
commitad3689f0984df710c382914f56ce38a4fb6ae142 (patch)
tree6273afbf6657373ab2b441a0df659112ef4cff72 /package.json
parenta23473b537cb55733389a9639b8f7fe88e0d8f92 (diff)
Update devDependencies
Diffstat (limited to 'package.json')
-rw-r--r--package.json76
1 files changed, 38 insertions, 38 deletions
diff --git a/package.json b/package.json
index 19ecafd..ff41d84 100644
--- a/package.json
+++ b/package.json
@@ -1,39 +1,39 @@
{
- "name" : "rewire",
- "version" : "2.1.3",
- "description" : "Easy dependency injection for node.js unit testing",
- "keywords" : [
- "dependency",
- "injection",
- "mock",
- "shim",
- "module",
- "unit",
- "test",
- "leak",
- "inspect"
- ],
- "author" : {
- "name" : "Johannes Ewald",
- "email" : "mail@johannesewald.de"
- },
- "main" : "lib/index.js",
- "homepage": "https://github.com/jhnns/rewire",
- "bugs" : {
- "url" : "https://github.com/jhnns/rewire/issues",
- "email" : "mail@johannesewald.de"
- },
- "repository": {
- "type": "git",
- "url": "git://github.com/jhnns/rewire.git"
- },
- "devDependencies": {
- "mocha": "1.x",
- "expect.js": "0.x",
- "coffee-script": "1.x"
- },
- "scripts" : {
- "test" : "node node_modules/mocha/bin/mocha -R spec",
- "coverage": "istanbul cover ./node_modules/mocha/bin/_mocha"
- }
-} \ No newline at end of file
+ "name": "rewire",
+ "version": "2.1.3",
+ "description": "Easy dependency injection for node.js unit testing",
+ "keywords": [
+ "dependency",
+ "injection",
+ "mock",
+ "shim",
+ "module",
+ "unit",
+ "test",
+ "leak",
+ "inspect"
+ ],
+ "author": {
+ "name": "Johannes Ewald",
+ "email": "mail@johannesewald.de"
+ },
+ "main": "lib/index.js",
+ "homepage": "https://github.com/jhnns/rewire",
+ "bugs": {
+ "url": "https://github.com/jhnns/rewire/issues",
+ "email": "mail@johannesewald.de"
+ },
+ "repository": {
+ "type": "git",
+ "url": "git://github.com/jhnns/rewire.git"
+ },
+ "devDependencies": {
+ "coffee-script": "^1.8.0",
+ "expect.js": "^0.3.1",
+ "mocha": "^2.1.0"
+ },
+ "scripts": {
+ "test": "node node_modules/mocha/bin/mocha -R spec",
+ "coverage": "istanbul cover ./node_modules/mocha/bin/_mocha"
+ }
+}