{
  "name": "jsonmc",
  "description": "JSON Movie Collection",
  "author": "Sergio Moura <sergio@moura.us>",
  "version": "0.0.1",
  "repository": "https://github.com/jsonmc/jsonmc.git",
  "license": "MIT",
  "devDependencies": {
    "jshint": "^2.9.3"
  },
  "scripts": {
    "test": "node tests/tests.js && ./node_modules/jshint/bin/jshint -e json movies/*/*.json actors/*.json"
  }
}
