UNPKG

semver-dsl

Version:

Tiny internal DSL which allows invocation of different functionality depending on SemVer match.

24 lines 610 B
{ "name": "semver-dsl", "version": "1.0.1", "description": "Tiny internal DSL which allows invocation of different functionality depending on SemVer match.", "main": "index.js", "types": "index.d.ts", "repository": { "type": "git", "url": "git+https://github.com/mgechev/semver-dsl.git" }, "keywords": [ "semver", "dsl" ], "author": "Minko Gechev <mgechev@gmail.com>", "license": "MIT", "bugs": { "url": "https://github.com/mgechev/semver-dsl/issues" }, "homepage": "https://github.com/mgechev/semver-dsl#readme", "dependencies": { "semver": "^5.3.0" } }