UNPKG

802 BJSONView Raw
1{
2 "name": "bump-regex",
3 "description": "bump RegEx with semver",
4 "version": "2.0.0",
5 "homepage": "https://github.com/stevelacy/bump-regex",
6 "repository": {
7 "type": "git",
8 "url": "https://github.com/stevelacy/bump-regex"
9 },
10 "author": "Steve Lacy <me@slacy.me> (http://slacy.me)",
11 "main": "./index.js",
12 "dependencies": {
13 "lodash.clone": "^4.3.1",
14 "semver": "^5.1.0"
15 },
16 "devDependencies": {
17 "code": "^2.1.0",
18 "lab": "^10.2.0"
19 },
20 "scripts": {
21 "test": "lab test/*.js -v"
22 },
23 "engines": {
24 "node": ">= 0.12.0"
25 },
26 "license": "MIT",
27 "bugs": {
28 "url": "https://github.com/stevelacy/bump-regex/issues"
29 },
30 "directories": {
31 "test": "test"
32 },
33 "files": [
34 "index.js"
35 ],
36 "keywords": [
37 "bump",
38 "regex",
39 "semver"
40 ]
41}