semver-utils.js/package.json

28 lines
596 B
JSON
Raw Permalink Normal View History

2013-04-24 23:38:53 +00:00
{
"name": "semver-utils",
2018-10-09 01:11:40 +00:00
"version": "1.1.3",
2013-04-24 23:38:53 +00:00
"description": "Tools for manipulating semver strings and objects",
2018-03-28 06:08:49 +00:00
"homepage": "https://git.coolaj86.com/coolaj86/semver-utils.js",
2013-04-24 23:38:53 +00:00
"main": "semver-utils.js",
"scripts": {
2015-06-06 21:22:04 +00:00
"test": "mocha"
2013-04-24 23:38:53 +00:00
},
"repository": {
"type": "git",
2018-03-28 06:08:49 +00:00
"url": "git://git.coolaj86.com/coolaj86/semver-utils.js.git"
2013-04-24 23:38:53 +00:00
},
"keywords": [
"semver",
"parse",
"parseRange",
"range"
],
"author": "AJ ONeal",
"license": "APACHEv2",
2015-06-06 21:22:04 +00:00
"readmeFilename": "README.md",
"devDependencies": {
"chai": "^3.0.0",
"mocha": "^2.2.5"
}
2013-04-24 23:38:53 +00:00
}