rittenhop-dev/versions/5.94.2/node_modules/compare-ver/package.json
2024-09-23 19:40:12 -04:00

38 lines
857 B
JSON

{
"name": "compare-ver",
"version": "2.0.2",
"description": "Compares two software version numbers (only number)",
"main": "index.js",
"license": "MIT",
"repository": {
"type": "git",
"url": "git://github.com/lmtdit/compare-ver.git"
},
"scripts": {
"pretest": "npm install",
"test": "mocha tests/*.js"
},
"author": "lmtdit <lmtdit@gmail.com> (https://github.com/lmtdit)",
"keywords": [
"compare",
"number",
"semver",
"version"
],
"devDependencies": {
"karma": "^0.12.24",
"karma-chrome-launcher": "^0.1.5",
"karma-mocha": "^0.1.9",
"mocha": "^2.0.1",
"should": "^4.1.0"
},
"bugs": {
"url": "https://github.com/lmtdit/compare-ver/issues"
},
"homepage": "https://github.com/lmtdit/compare-ver#readme",
"directories": {
"test": "tests"
},
"dependencies": {}
}