{
  "name": "openmax",
  "version": "1.6.1",
  "author": "Jean-Philippe Bergeron",
  "description": "Node wrapper for the OpenMAX library",
  "main": "dist/index.js",
  "keywords": [
    "OMX",
    "OpenMAX",
    "Raspberry Pi",
    "typescript",
    "atom"
  ],
  "typings": "./dist/index.d.ts",
  "dependencies": {
    "async": "2.0.1",
    "bindings": "~1.2.1",
    "clamp": "^1.0.1",
    "fps": "0.0.3",
    "nan": "^2.4.0",
    "promise": "^7.1.1"
  },
  "scripts": {
    "preinstall": "typings install || exit 0",
    "install": "node-gyp rebuild || exit 0",
    "test": "./node_modules/jasmine/bin/jasmine.js",
    "make": "make -j 4 -C build/"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/jean343/Node-OpenMAX.git"
  },
  "license": "MIT",
  "devDependencies": {
    "jasmine": "^2.5.1",
    "typescript": "^1.7.5"
  }
}
