Viewing File: /home/ubuntu/route-and-root-frontend-base/node_modules/strip-hex-prefix/package.json

{
  "name": "strip-hex-prefix",
  "version": "1.0.0",
  "description": "A simple method that will strip a valid hex prefix off a string, if present.",
  "main": "src/index.js",
  "scripts": {
    "test": "mocha src/tests/**/**.js",
    "test-travis": "node ./node_modules/istanbul/lib/cli.js cover ./node_modules/mocha/bin/_mocha -- src/tests/**/*.js",
    "coveralls": "npm run test-travis && cat ./coverage/lcov.info | coveralls"
  },
  "repository": {
    "type": "git",
    "url": "git+ssh://git@github.com/SilentCicero/strip-hex-prefix.git"
  },
  "engines": {
    "npm": ">=3",
    "node": ">=6.5.0"
  },
  "keywords": [
    "is",
    "hex",
    "prefixed",
    "prefix",
    "checker",
    "method"
  ],
  "author": "Nick Dodson <thenickdodson@gmail.com>",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/SilentCicero/strip-hex-prefix/issues"
  },
  "homepage": "https://github.com/SilentCicero/strip-hex-prefix#readme",
  "dependencies": {
    "is-hex-prefixed": "1.0.0"
  },
  "devDependencies": {
    "chai": "3.5.0",
    "mocha": "3.2.0",
    "istanbul": "0.4.5",
    "coveralls": "2.11.9"
  }
}
Back to Directory File Manager