{
  "name": "resources.js",
  "version": "1.3.0",
  "description": "A javascript data transformation layer.",
  "main": "src/index.js",
  "scripts": {
    "test": "npm run lint && nyc  mocha \"test/**/*.spec.js\"",
    "coverage": "nyc report --reporter=text-lcov | coveralls",
    "lint": "eslint ./src"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/lessworkjs/resources.js.git"
  },
  "keywords": [
    "transformation",
    "transform",
    "transformer",
    "resources",
    "laravel resources",
    "fractal",
    "resources",
    "resources.js",
    "resourcesjs"
  ],
  "author": "William Bowman",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/lessworkjs/resources.js/issues"
  },
  "homepage": "https://github.com/lessworkjs/resources.js#readme",
  "devDependencies": {
    "chai": "^4.1.2",
    "coveralls": "^3.0.0",
    "eslint": "^4.19.1",
    "eslint-config-airbnb": "^16.1.0",
    "eslint-config-airbnb-base": "^12.1.0",
    "eslint-plugin-import": "^2.10.0",
    "eslint-plugin-jsx-a11y": "^6.0.3",
    "eslint-plugin-react": "^7.7.0",
    "japa": "^1.0.6",
    "mocha": "^5.0.5",
    "nyc": "^11.6.0"
  }
}