package.json 698 Bytes
{
  "name": "natives",
  "version": "1.1.3",
  "description": "Do stuff with Node.js's native JavaScript modules",
  "main": "index.js",
  "scripts": {
    "test": "tap test/*.js"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/addaleax/natives.git"
  },
  "author": "Isaac Z. Schlueter <i@izs.me> (http://blog.izs.me/)",
  "license": "ISC",
  "bugs": {
    "url": "https://github.com/addaleax/natives/issues"
  },
  "homepage": "https://github.com/addaleax/natives#readme",
  "devDependencies": {
    "tap": "^11.0.0"
  },
  "files": [
    "index.js"
  ],
  "_from": "natives@1.1.3",
  "_resolved": "http://registry.npm.taobao.org/natives/download/natives-1.1.3.tgz"
}