{
  "name": "get-amd-module-type",
  "version": "3.0.0",
  "description": "Get the type of AMD module used for an AST node or within a file",
  "main": "index.js",
  "directories": {
    "test": "test"
  },
  "scripts": {
    "test": "mocha test/test.js"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/mrjoelkemp/node-get-amd-module-type.git"
  },
  "keywords": [
    "module",
    "type",
    "amd",
    "factory",
    "form"
  ],
  "author": "Joel Kemp <joel@mrjoelkemp.com>",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/mrjoelkemp/node-get-amd-module-type/issues"
  },
  "homepage": "https://github.com/mrjoelkemp/node-get-amd-module-type",
  "engines": {
    "node": ">=6.0"
  },
  "devDependencies": {
    "mocha": "^5.2.0"
  },
  "dependencies": {
    "ast-module-types": "^2.3.2",
    "node-source-walk": "^4.0.0"
  }
}
