{
  "name": "spm-jquery",
  "description": "JavaScript library for DOM operations",
  "version": "2.1.4",
  "homepage": "http://jquery.com",
  "author": {
    "name": "jQuery Foundation and other contributors",
    "url": "https://github.com/jquery/jquery/blob/master/AUTHORS.txt"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/jquery/jquery.git"
  },
  "keywords": [
    "jquery",
    "javascript",
    "browser",
    "library"
  ],
  "bugs": {
    "url": "http://bugs.jquery.com"
  },
  "licenses": [
    {
      "type": "MIT",
      "url": "https://github.com/jquery/jquery/blob/master/MIT-LICENSE.txt"
    }
  ],
  "spm": {},
  "main": "jquery.js",
  "dependencies": {},
  "devDependencies": {
    "spm-webpack": "~1.0.0"
  },
  "scripts": {
    "build": "spm-webpack -c"
  },
  "engines": {
    "node": ">=4.0.0"
  },
  "publishConfig": {}
}
