We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 858c5e9 commit 1fbd4a0Copy full SHA for 1fbd4a0
package.json
@@ -1,19 +1,19 @@
1
{
2
"name": "nodejs-tdd-boilerplate",
3
- "version": "0.0.3",
+ "version": "0.0.4",
4
"description": "TDD boilerplate for NodeJS API apps",
5
"author": "Bryan Donovan",
6
"engines": {
7
"node": ">= 0.8.11"
8
},
9
"main": "./index",
10
"dependencies": {
11
- "async": "0.2.5",
12
- "bunyan": "0.21.1",
13
- "cli-color": "0.1.6",
14
- "optimist" : "0.3.5",
15
- "restify": "2.4.1",
16
- "settings": "0.1.0"
+ "async": "0.2.9",
+ "bunyan": "0.21.4",
+ "cli-color": "0.2.2",
+ "optimist" : "0.6.0",
+ "restify": "2.6.0",
+ "settings": "0.1.1"
17
18
"devDependencies": {
19
"Faker" : "0.5.11",
0 commit comments