28 lines
596 B
JSON
28 lines
596 B
JSON
{
|
|
"name": "semver-utils",
|
|
"version": "1.1.2",
|
|
"description": "Tools for manipulating semver strings and objects",
|
|
"homepage": "https://git.coolaj86.com/coolaj86/semver-utils.js",
|
|
"main": "semver-utils.js",
|
|
"scripts": {
|
|
"test": "mocha"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git://git.coolaj86.com/coolaj86/semver-utils.js.git"
|
|
},
|
|
"keywords": [
|
|
"semver",
|
|
"parse",
|
|
"parseRange",
|
|
"range"
|
|
],
|
|
"author": "AJ ONeal",
|
|
"license": "APACHEv2",
|
|
"readmeFilename": "README.md",
|
|
"devDependencies": {
|
|
"chai": "^3.0.0",
|
|
"mocha": "^2.2.5"
|
|
}
|
|
}
|