normalize-version
Version:
Formats a version number to be a required number of points
34 lines (33 loc) • 810 B
JSON
{
"name": "normalize-version",
"version": "1.0.5",
"description": "Formats a version number to be a required number of points",
"main": "lib/normalize-version.js",
"scripts": {
"test": "mocha",
"prepublish": "coffee -c -o lib/ src/*"
},
"repository": {
"type": "git",
"url": "git+https://github.com/mgduk/normalize-version.git"
},
"keywords": [
"normalize version",
"version",
"semver",
"normalize",
"normalise"
],
"author": "Matt Dolan <matt@dolan.me>",
"license": "MIT",
"bugs": {
"url": "https://github.com/mgduk/normalize-version/issues"
},
"homepage": "https://github.com/mgduk/normalize-version#readme",
"devDependencies": {
"chai": "^3.5.0",
"coffee-script": "^1.10.0",
"expect": "^1.16.0",
"mocha": "^2.4.5"
}
}