michsch/antispammail

View on GitHub
package.json

Summary

Maintainability
Test Coverage
{
  "name": "antiSpamMail",
  "description": "antiSpamMail JS",
  "version": "0.1.5",
  "homepage": "http://michsch.github.io/antispammail/",
  "author": {
    "name": "Michael Schulze",
    "email": "ms+coding@michsch.de"
  },
  "licenses": [{
    "type": "MIT license",
    "url": "https://github.com/michsch/antispammail/blob/master/LICENSE.md"
  }],
  "repository": {
    "type": "git",
    "url": "ssh://git@bitbucket.org/michsch/antispammail.git"
  },
  "bugs": {
    "url": ""
  },
  "scripts": {
    "test": "grunt travis --verbose"
  },
  "yamlPrefix": "ym-",
  "main": "Gruntfile.js",
  "dependencies": {
    "jquery": "~2.1.3"
  },
  "devDependencies": {
    "grunt": "~0.4.5",
    "grunt-contrib-clean": "~0.6.0",
    "grunt-contrib-coffee": "~0.13.0",
    "grunt-contrib-concat": "~0.5.0",
    "grunt-contrib-connect": "0.9.0",
    "grunt-contrib-copy": "~0.8.0",
    "grunt-contrib-cssmin": "~0.12.1",
    "grunt-contrib-jshint": "~0.11.0",
    "grunt-contrib-requirejs": "~0.4.4",
    "grunt-contrib-uglify": "~0.8.0",
    "grunt-contrib-watch": "~0.6.1",
    "grunt-string-replace": "~1.0.0",
    "jquery": "~2.1.3"
  },
  "keywords": ["plugin"],
  "engines": {
    "node": ">=0.10.0"
  }
}