json-mock-server
Advanced tools
Comparing version 0.0.3 to 0.0.4
@@ -0,0 +0,0 @@ const Koa = require('koa'); |
@@ -0,0 +0,0 @@ #!/usr/bin/env node |
{ | ||
"name": "json-mock-server", | ||
"version": "0.0.3", | ||
"version": "0.0.4", | ||
"description": "A lightweight tool to spin up a simple mock server using JSON syntax - perfect for mocked development, offline development or unit testing.", | ||
@@ -18,2 +18,3 @@ "bin": { | ||
"dependencies": { | ||
"chalk": "2.3.2", | ||
"commander": "2.15.1", | ||
@@ -20,0 +21,0 @@ "koa": "2.5.0", |
@@ -0,0 +0,0 @@ # JSON Mock Server |
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
8014
4
+ Addedchalk@2.3.2
+ Addedansi-styles@3.2.1(transitive)
+ Addedchalk@2.3.2(transitive)
+ Addedcolor-convert@1.9.3(transitive)
+ Addedcolor-name@1.1.3(transitive)
+ Addedescape-string-regexp@1.0.5(transitive)
+ Addedhas-flag@3.0.0(transitive)
+ Addedsupports-color@5.5.0(transitive)