{
  "name": "pojs",
  "version": "0.8.7",
  "description": "plain old javascript framework",
  "main": "example/main.js",
  "directories": {
    "test": "tests"
  },
  "scripts": {
    "test": "echo \"needed browser for testing\" && exit 1",
    "lint": "eslint .",
    "lint:fix": "eslint . --fix"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/ldarren/pojs.git"
  },
  "author": "Darren Liew",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/ldarren/pojs/issues"
  },
  "homepage": "https://github.com/ldarren/pojs#readme",
  "peerDependencies": {
    "lean-wrap": "0.x",
    "pico-common": "0.x"
  }
}
