{
  "name": "<%= slugname %>",
  "version": "<%= props.version %>",
  "description": "<%= props.title %>",
  "keywords": [
    "jquery-plugin"
  ],
  "homepage": "https://github.com/<%= props.github_username %>/<%= slugname %>",<% if (props.bugs) { %>
  "bugs": "<%= props.bugs %>",<% } %>
  "author": {
    "name": "<%= props.author_name %>",
    "email": "<%= props.author_email %>",
    "url": "https://github.com/<%= props.github_username %>"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/<%= props.github_username %>/<%= slugname %>.git"
  },
  "licenses": [
    {
      "type": "<%= props.license %>"
    }
  ],
  "main": "scripts/example.js",
  "directories": {
    "test": "test"
  },
  "dependencies": {
    "jquery": "<%= props.jquery_version ? '~' + props.jquery_version : 'latest' %>"
  },
  "devDependencies": {
    "karma-coverage": "~0.1.3",
    "karma-chrome-launcher": "~0.1.1",
    "karma-firefox-launcher": "~0.1.2",
    "karma-html-reporter": "~0.1.1",
    "karma-jasmine": "~0.1.3",
    "karma-phantomjs-launcher": "~0.1.1",
    "karma-safari-launcher": "~0.1.1",
    "karma-script-launcher": "~0.1.0",
    "grunt-contrib-jshint": "~0.1.1",
    "grunt-contrib-concat": "~0.1.2",
    "grunt-contrib-uglify": "~0.1.1",
    "grunt-contrib-watch": "~0.5.3",
    "grunt-contrib-clean": "~0.4.0",
    "grunt-contrib-connect": "~0.5.0",
    "grunt-karma": "~0.6.2",
    "grunt-concurrent": "~0.4.2",
    "time-grunt": "~0.1.1",
    "load-grunt-tasks": "~0.2.0",
    "jshint-stylish": "~0.1.3"
  },
  "peerDependencies": {
    "karma": ">=0.10",
    "grunt": ">=0.4"
  },
  "scripts": {
    "test": "grunt test"
  }
}
