package.json 944 字节
{
  "author": {
    "name": "Ben Newman",
    "email": "bn@cs.stanford.edu"
  },
  "name": "install",
  "description": "Minimal JavaScript module loader",
  "keywords": [
    "modules",
    "require",
    "commonjs",
    "exports",
    "browser",
    "packaging",
    "packager",
    "install"
  ],
  "version": "0.10.1",
  "license": "MIT",
  "homepage": "http://github.com/benjamn/install",
  "repository": {
    "type": "git",
    "url": "git://github.com/benjamn/install.git"
  },
  "main": "install.js",
  "scripts": {
    "prepublish": "scripts/prepublish.sh",
    "docs": "scripts/docs.sh",
    "test": "mocha --reporter spec --full-trace test/run.js"
  },
  "devDependencies": {
    "docco": "^0.7.0",
    "mocha": "^3.2.0",
    "uglifyjs": "^2.4.10",
    "reify": "^0.11.0"
  },
  "engines": {
    "node": ">= 0.10"
  },
  "_from": "install@0.10.1",
  "_resolved": "http://registry.npm.taobao.org/install/download/install-0.10.1.tgz"
}