Comparing version 1.0.1 to 1.0.2
{ | ||
"name": "mailhound", | ||
"version": "1.0.1", | ||
"version": "1.0.2", | ||
"description": "Mailhound is a simple server side script for receiving form posts and emailing the form values.", | ||
@@ -17,2 +17,5 @@ "keywords": [ | ||
}, | ||
"bin": { | ||
"mailhound": "./server.js" | ||
}, | ||
"repository": "chadfawcett/mailhound", | ||
@@ -35,3 +38,4 @@ "scripts": { | ||
"node": "0.12.x" | ||
} | ||
}, | ||
"preferGlobal": "true" | ||
} |
@@ -0,1 +1,3 @@ | ||
#!/usr/bin/env node | ||
var express = require('express') | ||
@@ -2,0 +4,0 @@ var bodyParser = require('body-parser'); |
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
6995
111