{
  "name": "virtual-folder",
  "description": "In-memory holding place for temp files in a build pipeline.",
  "version": "1.0.0",
  "author": "Callum Locke",
  "dependencies": {
    "babel-runtime": "^5.8.25",
    "buffer-equal": "^0.0.1",
    "in-place": "^1.1.0",
    "lodash.isstring": "^3.0.1",
    "multiform": "^0.1.0",
    "pretty-bytes": "^2.0.1"
  },
  "devDependencies": {
    "babel": "^5.8.23",
    "babel-eslint": "^4.1.3",
    "eslint": "^1.6.0",
    "glob": "^5.0.15",
    "multiform-build": "^0.2.0",
    "nodemon": "^1.7.1",
    "source-map-support": "^0.3.2"
  },
  "files": [
    "src",
    "dist-0/lib",
    "dist-1/lib",
    "index.js",
    "multiform.json"
  ],
  "license": "MIT",
  "main": "index.js",
  "repository": "callumlocke/virtual-folder",
  "scripts": {
    "prepublish": "eslint . && multiform",
    "pretest": "multiform",
    "test": "node test",
    "watch": "nodemon --exec 'npm test' --watch src --watch test --watch index.js --watch package.json"
  }
}
