You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
30 lines
660 B
30 lines
660 B
{ |
|
"name": "sver-compat", |
|
"version": "1.5.0", |
|
"description": "Simple Semver and SemverRange classes", |
|
"main": "sver.js", |
|
"scripts": { |
|
"test": "mocha -u tdd -R dot" |
|
}, |
|
"repository": { |
|
"type": "git", |
|
"url": "git+ssh://git@github.com/phated/sver-compat.git" |
|
}, |
|
"keywords": [ |
|
"semver" |
|
], |
|
"author": "Guy Bedford", |
|
"license": "MIT", |
|
"bugs": { |
|
"url": "https://github.com/phated/sver-compat/issues" |
|
}, |
|
"homepage": "https://github.com/phated/sver-compat#readme", |
|
"devDependencies": { |
|
"mocha": "^3.4.2", |
|
"semver": "^5.3.0" |
|
}, |
|
"dependencies": { |
|
"es6-iterator": "^2.0.1", |
|
"es6-symbol": "^3.1.1" |
|
} |
|
}
|
|
|