{
  "name": "plasma",
  "description": "Load data from globs or files or directly from objects.",
  "version": "0.9.1",
  "homepage": "https://github.com/jonschlinkert/plasma",
  "author": "Jon Schlinkert (https://github.com/jonschlinkert)",
  "repository": {
    "type": "git",
    "url": "git://github.com/jonschlinkert/plasma.git"
  },
  "bugs": {
    "url": "https://github.com/jonschlinkert/plasma/issues"
  },
  "license": "MIT",
  "files": [
    "index.js",
    "lazy.js"
  ],
  "main": "index.js",
  "engines": {
    "node": ">=0.10.0"
  },
  "scripts": {
    "test": "mocha",
    "prepublish": "browserify -o browser.js -e index.js"
  },
  "dependencies": {
    "extend-shallow": "^1.1.4",
    "is-glob": "^2.0.0",
    "kind-of": "^2.0.0",
    "lazy-globby": "^0.1.1",
    "mixin-deep": "^1.1.1",
    "option-cache": "^1.4.0",
    "relative": "^3.0.0"
  },
  "devDependencies": {
    "js-yaml": "^3.3.1",
    "mocha": "^2.2.0",
    "parse-csv": "^0.1.0",
    "should": "*"
  },
  "keywords": [
    "config",
    "csv",
    "data",
    "file",
    "fs",
    "json",
    "read",
    "yaml"
  ]
}
