Current File : /home/tradevaly/www/node_modules/restructure/package.json
{
  "_args": [
    [
      "restructure@0.5.4",
      "/home/skote/public_html"
    ]
  ],
  "_from": "restructure@0.5.4",
  "_id": "restructure@0.5.4",
  "_inBundle": false,
  "_integrity": "sha1-9U591WNZD7NP1r9Vh2EJrsyyjeg=",
  "_location": "/restructure",
  "_phantomChildren": {},
  "_requested": {
    "type": "version",
    "registry": true,
    "raw": "restructure@0.5.4",
    "name": "restructure",
    "escapedName": "restructure",
    "rawSpec": "0.5.4",
    "saveSpec": null,
    "fetchSpec": "0.5.4"
  },
  "_requiredBy": [
    "/fontkit"
  ],
  "_resolved": "https://registry.npmjs.org/restructure/-/restructure-0.5.4.tgz",
  "_spec": "0.5.4",
  "_where": "/home/skote/public_html",
  "author": {
    "name": "Devon Govett",
    "email": "devongovett@gmail.com"
  },
  "browserify": {
    "transform": [
      "browserify-optional"
    ]
  },
  "bugs": {
    "url": "https://github.com/devongovett/restructure/issues"
  },
  "dependencies": {
    "browserify-optional": "^1.0.0"
  },
  "description": "Declaratively encode and decode binary data",
  "devDependencies": {
    "chai": "~1.9.1",
    "coffee-coverage": "~0.4.2",
    "coffee-script": "~1.7.1",
    "concat-stream": "~1.4.5",
    "coveralls": "^2.10.0",
    "iconv-lite": "^0.4.7",
    "mocha": "~1.18.2",
    "mocha-lcov-reporter": "0.0.1"
  },
  "homepage": "https://github.com/devongovett/restructure",
  "keywords": [
    "binary",
    "struct",
    "encode",
    "decode"
  ],
  "license": "MIT",
  "main": "index.js",
  "name": "restructure",
  "repository": {
    "type": "git",
    "url": "git://github.com/devongovett/restructure.git"
  },
  "scripts": {
    "cover": "mocha --require coverage.js --reporter html-cov > coverage.html",
    "coveralls": "mocha --require coverage.js --reporter mocha-lcov-reporter | coveralls",
    "postpublish": "rm -rf index.js src/*.js",
    "prepublish": "coffee -c src/ index.coffee",
    "test": "mocha"
  },
  "version": "0.5.4"
}