Comparing version 0.1.9 to 0.1.10
{ | ||
"name": "restify", | ||
"description": "REST framework specifically meant for web service APIs", | ||
"version": "0.1.9", | ||
"version": "0.1.10", | ||
"repository": { | ||
"type": "git", | ||
"url": "git://github.com/mcavage/node-resty.git" | ||
"url": "git://github.com/mcavage/node-restify.git" | ||
}, | ||
@@ -17,11 +17,9 @@ "author": "Mark Cavage <mcavage@gmail.com> (http://www.joyent.com)", | ||
}, | ||
"man": { | ||
"name": "restify", | ||
"man": ["./docs/restify.3", | ||
"./docs/restify-log.7", | ||
"./docs/restify-request.7", | ||
"./docs/restify-response.7", | ||
"./docs/restify-routes.7" | ||
] | ||
}, | ||
"man": [ | ||
"./docs/restify.3", | ||
"./docs/restify-log.7", | ||
"./docs/restify-request.7", | ||
"./docs/restify-response.7", | ||
"./docs/restify-routes.7" | ||
], | ||
"devDependencies": { | ||
@@ -28,0 +26,0 @@ "httpu": ">=0.0.1", |
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
92697