| {
  "name": "vanilla-require",
  "version": "1.0.2",
  "description": "A package to import Vanilla JS Classes as Node.js Modules",
  "main": "lib.js",
  "scripts": {
    "test": "test/test.js"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/leomaurodesenv/vanilla-require.git"
  },
  "keywords": [
    "fs",
    "file",
    "parser",
    "operator",
    "read",
    "require",
    "include",
    "import"
  ],
  "author": "Leonardo Mauro <leo.mauro.desenv@gmail.com> (http://leonardomauro.com/)",
  "license": "GPL-3.0-only",
  "bugs": {
    "url": "https://github.com/leomaurodesenv/vanilla-require/issues"
  },
  "homepage": "https://github.com/leomaurodesenv/vanilla-require#readme",
  "dependencies": {
    "fs": "0.0.1-security"
  }
}
 |