File tree Expand file tree Collapse file tree 2 files changed +29
-0
lines changed
Expand file tree Collapse file tree 2 files changed +29
-0
lines changed Original file line number Diff line number Diff line change 1+ node_modules
Original file line number Diff line number Diff line change 1+ {
2+ "name" : " nodejs-tdd-boilerplate" ,
3+ "version" : " 0.0.1" ,
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.1.22" ,
12+ "cli-color" : " 0.1.6" ,
13+ "optimist" : " 0.3.5" ,
14+ "restify" : " 1.4.4"
15+ },
16+ "devDependencies" : {
17+ "Faker" : " git://github.com/BryanDonovan/Faker.js.git#master" ,
18+ "jshint" : " 0.9.0" ,
19+ "jugglingdb" :
20+ "istanbul" : " 0.1.25" ,
21+ "mocha" : " 1.7.4" ,
22+ "sinon" : " 1.4.2"
23+ },
24+ "repository" : {
25+ "type" : " git" ,
26+ "url" : " https://github.com/BryanDonovan/nodejs-tdd-boilerplate"
27+ }
28+ }
You can’t perform that action at this time.
0 commit comments