{
  "name": "versioning",
  "version": "1.1.2",
  "main": "versioning.js",
  "types": "index.d.ts",
  "description": "Semantic Versioning Number Compare",
  "homepage": "https://github.com/hotoo/versioning",
  "keywords": [
    "version",
    "package",
    "compare"
  ],
  "author": "闲耘 <hotoo.cn@gmail.com>",
  "repository": {
    "type": "git",
    "url": "https://github.com/hotoo/versioning"
  },
  "bugs": {
    "url": "https://github.com/hotoo/versioning/issues"
  },
  "scripts": {
    "test": "mocha -R spec tests/versioning-spec.js",
    "cov": "nyc --reporter=lcov --reporter=text-summary npm run test"
  },
  "devDependencies": {
    "expect.js": "0.3.1",
    "mocha": "^8.1.0",
    "nyc": "^15.1.0"
  },
  "license": "MIT"
}
