{
  "_args": [
    [
      "qj@2.0.0",
      "/home/crm/camaraca.crm-cmlapps.com"
    ]
  ],
  "_from": "qj@2.0.0",
  "_id": "qj@2.0.0",
  "_inBundle": false,
  "_integrity": "sha1-BU3Tt1zgGHKNI6BgXwMN/aC9FYo=",
  "_location": "/qj",
  "_phantomChildren": {},
  "_requested": {
    "type": "version",
    "registry": true,
    "raw": "qj@2.0.0",
    "name": "qj",
    "escapedName": "qj",
    "rawSpec": "2.0.0",
    "saveSpec": null,
    "fetchSpec": "2.0.0"
  },
  "_requiredBy": [
    "/payment"
  ],
  "_resolved": "https://registry.npmjs.org/qj/-/qj-2.0.0.tgz",
  "_spec": "2.0.0",
  "_where": "/home/crm/camaraca.crm-cmlapps.com",
  "author": {
    "name": "Jesse Pollak"
  },
  "bugs": {
    "url": "https://github.com/jessepollak/qj/issues"
  },
  "description": "A minimal jQuery replacement used in Card and Payment.",
  "devDependencies": {
    "browserify": "~11.2.0",
    "coffee-loader": "^0.7.2",
    "coffee-script": "~1.10",
    "coffeeify": "~1.1.0",
    "gulp": "~3.9.0",
    "gulp-changed": "~1.3.0",
    "gulp-connect": "~2.2.0",
    "gulp-livereload": "~3.8.1",
    "gulp-mocha": "~2.1.3",
    "gulp-open": "~1.0.0",
    "gulp-rename": "~1.2.0",
    "gulp-rimraf": "~0.2.0",
    "jsdom": "~6.5",
    "mocha": "~2.3",
    "nodemon": "~1.7.1",
    "run-sequence": "~1.1.4",
    "tiny-lr": "0.2.0",
    "vinyl-source-stream": "~1.1.0",
    "webpack": "^1.13.1"
  },
  "homepage": "https://github.com/jessepollak/qj#readme",
  "keywords": [],
  "license": "MIT",
  "main": "lib/index.js",
  "name": "qj",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/jessepollak/qj.git"
  },
  "scripts": {
    "build": "webpack",
    "compile": "coffee -o lib/ --compile ./src/*.coffee",
    "development": "coffee -o lib/ --compile --watch ./src/*.coffee",
    "postpublish": "git push origin master && git push --tags",
    "prepublish": "NODE_ENV=production npm run compile"
  },
  "version": "2.0.0"
}
