{
  "name": "@frctl/file",
  "version": "0.5.0",
  "description": "Fractal file metadata format",
  "homepage": "http://fractal.build",
  "repository": "https://github.com/frctl/file",
  "bugs": "https://github.com/frctl/file/issues",
  "contributors": [
    "Mark Perkins <mark@allmarkedup.com> (http://allmarkedup.com)",
    "Danielle Huntrods <danielle.huntrods@clearleft.com> (http://clearleft.com)"
  ],
  "license": "MIT",
  "engines": {
    "node": ">= 6.0.0"
  },
  "publishConfig": {
    "access": "public"
  },
  "scripts": {
    "test": "xo --fix && nyc npm run test:unit",
    "test:unit": "mocha \"test/*.test.js\" --require test/support/env",
    "test:watch": "npm run test:unit -- --watch",
    "lint": "xo",
    "lint:fix": "xo --fix",
    "release": "np"
  },
  "dependencies": {
    "pify": "^2.3.0"
  },
  "devDependencies": {
    "@frctl/eslint-config-frctl": "^0.1.0",
    "@frctl/utils": "^0.4.3",
    "chai": "^3.5.0",
    "jsdoc": "^3.4.3",
    "mocha": "^3.2.0",
    "np": "^2.12.0",
    "nyc": "^10.1.2",
    "xo": "^0.17.1"
  },
  "xo": {
    "extends": "@frctl/eslint-config-frctl"
  }
}
