{
  "name": "forleap",
  "description": "Visualization for frame of reference conversion for Leap Motion Controller.",
  "version": "0.1.0",
  "homepage": "https://github.com/bingomanatee/forleap",
  "authors": [{
    "name": "David Edelhart",
    "url": "http://github.com/bingomanatee/"
  }],
  "main": "app/index.html",
  "moduleType": [
    "amd"
  ],
  "keywords": [
    "famo.us"
  ],
  "license": "ISC",
  "private": true,
  "ignore": [
    "**/.*",
    "node_modules",
    "src/lib",
    "test",
    "tests"
  ],
  "dependencies": {
    "requirejs": "~2.1.11",
    "almond": "~0.2.9",
    "famous-polyfills": "git+https://github.com/Famous/polyfills.git#0.1.1",
    "famous": "git+https://github.com/Famous/famous.git#0.2.0"
  }
}
