{
  "name": "detective-amd",
  "version": "3.1.0",
  "description": "Find all dependencies within a JavaScript file using AMD module syntax",
  "main": "index.js",
  "directories": {
    "test": "test"
  },
  "scripts": {
    "test": "jscs index.js test/**/*.js bin/*.js && mocha"
  },
  "bin": {
    "detective-amd": "bin/detective-amd.js"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/mrjoelkemp/node-detective-amd"
  },
  "keywords": [
    "amd",
    "detective",
    "dependencies",
    "ast",
    "static analysis",
    "requirejs",
    "jsx",
    "module"
  ],
  "author": "Joel Kemp <joel@mrjoelkemp.com> (http://www.mrjoelkemp.com/)",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/mrjoelkemp/node-detective-amd/issues"
  },
  "homepage": "https://github.com/mrjoelkemp/node-detective-amd",
  "engines": {
    "node": ">= 6.0"
  },
  "dependencies": {
    "ast-module-types": "^2.7.0",
    "escodegen": "^2.0.0",
    "get-amd-module-type": "^3.0.0",
    "node-source-walk": "^4.0.0"
  },
  "devDependencies": {
    "jscs": "^3.0.7",
    "jscs-preset-mrjoelkemp": "^2.0.0",
    "mocha": "^6.2.3"
  }
}
