1 | {
|
2 | "name": "semver-dsl",
|
3 | "version": "1.0.1",
|
4 | "description": "Tiny internal DSL which allows invocation of different functionality depending on SemVer match.",
|
5 | "main": "index.js",
|
6 | "types": "index.d.ts",
|
7 | "repository": {
|
8 | "type": "git",
|
9 | "url": "git+https://github.com/mgechev/semver-dsl.git"
|
10 | },
|
11 | "keywords": [
|
12 | "semver",
|
13 | "dsl"
|
14 | ],
|
15 | "author": "Minko Gechev <mgechev@gmail.com>",
|
16 | "license": "MIT",
|
17 | "bugs": {
|
18 | "url": "https://github.com/mgechev/semver-dsl/issues"
|
19 | },
|
20 | "homepage": "https://github.com/mgechev/semver-dsl#readme",
|
21 | "dependencies": {
|
22 | "semver": "^5.3.0"
|
23 | }
|
24 | } |
\ | No newline at end of file |