{
  "_args": [
    [
      {
        "raw": "load-bmfont@^1.2.3",
        "scope": null,
        "escapedName": "load-bmfont",
        "name": "load-bmfont",
        "rawSpec": "^1.2.3",
        "spec": ">=1.2.3 <2.0.0",
        "type": "range"
      },
      "/home/aman/Code/snapshot/node_modules/jimp"
    ]
  ],
  "_from": "load-bmfont@>=1.2.3 <2.0.0",
  "_id": "load-bmfont@1.2.3",
  "_inCache": true,
  "_location": "/load-bmfont",
  "_npmUser": {
    "name": "mattdesl",
    "email": "dave.des@gmail.com"
  },
  "_npmVersion": "1.4.28",
  "_phantomChildren": {},
  "_requested": {
    "raw": "load-bmfont@^1.2.3",
    "scope": null,
    "escapedName": "load-bmfont",
    "name": "load-bmfont",
    "rawSpec": "^1.2.3",
    "spec": ">=1.2.3 <2.0.0",
    "type": "range"
  },
  "_requiredBy": [
    "/jimp"
  ],
  "_resolved": "https://registry.npmjs.org/load-bmfont/-/load-bmfont-1.2.3.tgz",
  "_shasum": "e4d5130f0103a8d6894e71685f53479bfc4cc84c",
  "_shrinkwrap": null,
  "_spec": "load-bmfont@^1.2.3",
  "_where": "/home/aman/Code/snapshot/node_modules/jimp",
  "author": {
    "name": "Matt DesLauriers",
    "email": "dave.des@gmail.com",
    "url": "https://github.com/mattdesl"
  },
  "browser": "browser.js",
  "bugs": {
    "url": "https://github.com/Jam3/load-bmfont/issues"
  },
  "dependencies": {
    "buffer-equal": "0.0.1",
    "mime": "^1.3.4",
    "parse-bmfont-ascii": "^1.0.3",
    "parse-bmfont-binary": "^1.0.5",
    "parse-bmfont-xml": "^1.1.0",
    "xhr": "^2.0.1",
    "xtend": "^4.0.0"
  },
  "description": "loads a BMFont file in Node and the browser",
  "devDependencies": {
    "browserify": "^9.0.3",
    "tap-spec": "^2.2.2",
    "tape": "^3.5.0",
    "testling": "^1.7.1"
  },
  "directories": {},
  "dist": {
    "shasum": "e4d5130f0103a8d6894e71685f53479bfc4cc84c",
    "tarball": "https://registry.npmjs.org/load-bmfont/-/load-bmfont-1.2.3.tgz"
  },
  "gitHead": "e85ec2148bfebbeb32259d907bfc3da1e0cd785c",
  "homepage": "https://github.com/Jam3/load-bmfont",
  "keywords": [
    "bmfont",
    "bitmap",
    "font",
    "angel",
    "code",
    "angelcode",
    "parse",
    "ascii",
    "xml",
    "text",
    "json"
  ],
  "license": "MIT",
  "main": "index.js",
  "maintainers": [
    {
      "name": "mattdesl",
      "email": "dave.des@gmail.com"
    }
  ],
  "name": "load-bmfont",
  "optionalDependencies": {},
  "readme": "ERROR: No README data found!",
  "repository": {
    "type": "git",
    "url": "git://github.com/Jam3/load-bmfont.git"
  },
  "scripts": {
    "test": "npm run test-node && npm run test-browser",
    "test-browser": "browserify test.js | testling | tap-spec",
    "test-node": "node test.js | tap-spec"
  },
  "version": "1.2.3"
}
