{
  "name": "farjs",
  "version": "0.0.1",
  "description": "",
  "main": "index.js",
  "directories": {
    "test": "tests"
  },
  "scripts": {
    "test": "./node_modules/.bin/tape tests/*.js"
  },
  "author": "",
  "license": "ISC",
  "devDependencies": {
    "tape": "^4.2.1"
  }
}
