Sha256: 63f0019e22fad61c098e18248e701aefa614339faaa45bca54a6a48c0d926160

Contents?: true

Size: 1.1 KB

Versions: 1

Compression:

Stored size: 1.1 KB

Contents

{
  "name": "portastic",
  "version": "1.0.1",
  "description": "Pure javascript swiss knife for port management",
  "main": "index.js",
  "scripts": {
    "test": "mocha --tdd --bail test/**/*-test.js",
    "travis": "./node_modules/.bin/istanbul cover ./node_modules/.bin/_mocha --report lcovonly -- -R spec test/**/*-test.js && cat ./coverage/lcov.info | ./node_modules/.bin/coveralls && rm -rf ./coverage"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/alanhoff/node-portastic.git"
  },
  "keywords": [
    "port",
    "management",
    "open ports",
    "find open",
    "interface"
  ],
  "author": "Alan Hoffmeister <alanhoffmeister@gmail.com>",
  "license": "ISC",
  "bugs": {
    "url": "https://github.com/alanhoff/node-portastic/issues"
  },
  "bin": {
    "portastic": "./bin/portastic"
  },
  "homepage": "https://github.com/alanhoff/node-portastic#readme",
  "dependencies": {
    "bluebird": "^2.9.34",
    "commander": "^2.8.1",
    "debug": "^2.2.0"
  },
  "devDependencies": {
    "chai": "^3.2.0",
    "coveralls": "^2.11.4",
    "istanbul": "^0.3.17",
    "mocha": "^2.2.5"
  }
}

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
proxy_chain_rb-0.1.2 lib/proxy_chain_rb/node_js/proxy-chain-server/node_modules/portastic/package.json