Skip to content
Snippets Groups Projects
Select Git revision
  • 1180a55b638b86bbe7035838261a92b306a94117
  • master default protected
2 results

package.json

Blame
  • This project manages its dependencies using npm. Learn more
    package.json 578 B
    {
      "name": "process-nextick-args",
      "version": "2.0.1",
      "description": "process.nextTick but always with args",
      "main": "index.js",
      "files": [
        "index.js"
      ],
      "scripts": {
        "test": "node test.js"
      },
      "repository": {
        "type": "git",
        "url": "https://github.com/calvinmetcalf/process-nextick-args.git"
      },
      "author": "",
      "license": "MIT",
      "bugs": {
        "url": "https://github.com/calvinmetcalf/process-nextick-args/issues"
      },
      "homepage": "https://github.com/calvinmetcalf/process-nextick-args",
      "devDependencies": {
        "tap": "~0.2.6"
      }
    }