otto-server
Advanced tools
Comparing version 0.0.2 to 0.1.0
{ | ||
"name" : "otto-server", | ||
"version" : "0.0.2", | ||
"version" : "0.1.0", | ||
"repository" : "https://github.com/ottojs/otto-server.git", | ||
@@ -8,16 +8,13 @@ "main" : "./lib/index.js", | ||
"devDependencies" : { | ||
"jshint" : "2.5.2", | ||
"mocha" : "1.20.1", | ||
"should" : "4.0.4", | ||
"supertest" : "0.13.0", | ||
"istanbul" : "0.3.0" | ||
"jshint" : "2.5.10", | ||
"mocha" : "2.0.1", | ||
"should" : "4.3.0", | ||
"istanbul" : "0.3.2" | ||
}, | ||
"scripts" : { | ||
"start" : "make start", | ||
"test" : "make test" | ||
"test" : "make test" | ||
}, | ||
"engines" : { | ||
"node" : "0.10.x", | ||
"npm" : "1.4.x" | ||
"node" : "0.10.x" | ||
} | ||
} |
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
4
8
3167