{
  "name": "lsmod",
  "version": "1.0.0",
  "description": "fetch list of modules and versions installed for the project root",
  "main": "index.js",
  "scripts": {
    "test": "mocha --ui qunit"
  },
  "repository": {
    "type": "git",
    "url": "git://github.com/shtylman/node-lsmod.git"
  },
  "keywords": [
    "modules",
    "runtime"
  ],
  "devDependencies": {
    "mocha": "1.7.4"
  },
  "author": "Roman Shtylman <shtylman@gmail.com>",
  "license": "MIT",
  "readmeFilename": "README.md"
}
