Skip to content

Commit 2ad8033

Browse files
author
Bryan Donovan
committed
various npm bumps
1 parent 6de65ab commit 2ad8033

File tree

1 file changed

+29
-27
lines changed

1 file changed

+29
-27
lines changed

package.json

Lines changed: 29 additions & 27 deletions
Original file line numberDiff line numberDiff line change
@@ -1,29 +1,31 @@
11
{
2-
"name": "nodejs-tdd-boilerplate",
3-
"version": "0.0.5",
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.9",
12-
"bunyan": "0.21.4",
13-
"cli-color": "0.2.2",
14-
"optimist" : "0.6.0",
15-
"restify": "2.6.0",
16-
"settings": "0.1.1"
17-
},
18-
"devDependencies": {
19-
"Faker" : "0.5.11",
20-
"jshint": "2.1.10",
21-
"istanbul": "0.1.43",
22-
"mocha": "1.12.0",
23-
"sinon": "1.7.3"
24-
},
25-
"repository": {
26-
"type": "git",
27-
"url": "https://github.com/BryanDonovan/nodejs-tdd-boilerplate"
28-
}
2+
"name": "nodejs-tdd-boilerplate",
3+
"version": "0.0.5",
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": "1.5.2",
12+
"bunyan": "1.7.1",
13+
"cache-manager": "1.4.0",
14+
"cli-color": "0.2.2",
15+
"lru-cache-cluster": "1.0.0",
16+
"optimist": "0.6.0",
17+
"restify": "4.0.4",
18+
"settings": "0.1.1"
19+
},
20+
"devDependencies": {
21+
"faker": "3.0.1",
22+
"istanbul": "0.4.2",
23+
"jshint": "2.9.1",
24+
"mocha": "2.4.5",
25+
"sinon": "1.17.3"
26+
},
27+
"repository": {
28+
"type": "git",
29+
"url": "https://github.com/BryanDonovan/nodejs-tdd-boilerplate"
30+
}
2931
}

0 commit comments

Comments
 (0)