{
  "name": "plat",
  "main": "lib/index.js",
  "version": "0.1.1",
  "homepage": "https://github.com/jasonkuhrt/plat",
  "authors": [
    "Jason Kuhrt <jasonkuhrt@me.com>"
  ],
  "description": "A tool for working with JavaScript platforms agnostically",
  "keywords": [
    "test",
    "env",
    "platform",
    "client",
    "server",
    "multi-platform"
  ],
  "license": "MIT",
  "ignore": [
    "**/.*",
    "node_modules",
    "bower_components",
    "test",
    "tests"
  ]
}