configuration
Advanced tools
Comparing version 0.0.4 to 0.1.0
{ | ||
"author":"Thomas Fritz <fritztho@gmail.com>", | ||
"name":"configuration", | ||
"description":"Simple light-weight configuration and setting module extending EventEmitter", | ||
"version":"0.0.4", | ||
"homepage":"https://github.com/thomasfr/node-configuration", | ||
"scripts":{ | ||
"test":"make test" | ||
"author": "Thomas Fritz <fritztho@gmail.com>", | ||
"name": "configuration", | ||
"description": "Simple light-weight configuration and setting module extending EventEmitter", | ||
"version": "0.1.0", | ||
"homepage": "https://github.com/thomasfr/node-configuration", | ||
"scripts": { | ||
"test": "make test" | ||
}, | ||
"repository":{ | ||
"type":"git", | ||
"url":"git://github.com/thomasfr/node-configuration.git" | ||
"repository": { | ||
"type": "git", | ||
"url": "git://github.com/thomasfr/node-configuration.git" | ||
}, | ||
"dependencies":{ | ||
"underscore":"~1.3" | ||
"dependencies": { | ||
"underscore": "~1.3.3" | ||
}, | ||
"engines":{ | ||
"node":"~0.6.0" | ||
"engines": { | ||
"node": "~0.6.19" | ||
}, | ||
"devDependencies":{ | ||
"mocha":"latest", | ||
"should":"latest" | ||
"devDependencies": { | ||
"mocha": "latest", | ||
"should": "latest" | ||
}, | ||
"optionalDependencies":{}, | ||
"keywords":["configuration", "config", "setup", "configure", "settings"] | ||
"optionalDependencies": {}, | ||
"keywords": [ | ||
"configuration", | ||
"config", | ||
"setup", | ||
"configure", | ||
"settings" | ||
] | ||
} |
@@ -7,3 +7,10 @@ Configuration | ||
Installation | ||
============ | ||
``` | ||
npm install configuration | ||
``` | ||
Usage | ||
@@ -10,0 +17,0 @@ ===== |
@@ -1,2 +0,2 @@ | ||
var Configuration = require('../'); | ||
var Configuration = require('../index'); | ||
var should = require('should'); | ||
@@ -34,3 +34,3 @@ | ||
done(); | ||
}) | ||
}); | ||
}); | ||
@@ -153,4 +153,4 @@ }); | ||
}); | ||
}) | ||
}); | ||
}); |
Sorry, the diff of this file is not supported yet
12103
89
Updatedunderscore@~1.3.3