{ "name": "srl", "version": "0.2.3", "description": "Simple Regex Language", "main": "lib/SRL.js", "scripts": { "test": "mocha", "lint": "eslint lib --fix", "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": { "eslint": "^6.8.0", "istanbul": "^0.4.5", "mocha": "^3.0.2", "mocha-lcov-reporter": "^1.2.0" } }