[ Web Proxy ]
URL:
Viewing: https://raw.githubusercontent.com/AuxControl/SRL-JavaScript/update-submodule/package.json [Back]  [Original]

{
  "name": "srl",
  "version": "0.2.1",
  "description": "Simple Regex Language",
  "main": "lib/SRL.js",
  "scripts": {
    "test": "mocha",
    "coverage": "istanbul cover _mocha"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/SimpleRegex/SRL-JavaScript.git"
  },
  "keywords": [
    "srl",
    "regex",
    "re",
    "simpleregex"
  ],
  "author": "Simple Regex Language",
  "maintainers": [
    "Boom Lee "
  ],
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/SimpleRegex/SRL-JavaScript/issues"
  },
  "engines": {
    "node": ">= 6.0.0"
  },
  "homepage": "https://simple-regex.com",
  "devDependencies": {
    "istanbul": "^0.4.5",
    "mocha": "^3.0.2",
    "mocha-lcov-reporter": "^1.2.0"
  }
}

Web Proxy Viewer  |  New URL  |  Original Page