numerology
Version:
converts a string to a number in the given range
30 lines (29 loc) • 715 B
JSON
{
"name": "numerology",
"version": "1.0.0",
"description": "converts a string to a number in the given range",
"author": {
"name": "Gianluca Casati",
"url": "http://g14n.info"
},
"main": "numerology.js",
"scripts": {
"postversion": "git push origin v${npm_package_version}; npm publish; git push origin master",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/fibo/numerology.git"
},
"keywords": [
"port",
"service",
"numerology",
"magic"
],
"license": "MIT",
"bugs": {
"url": "https://github.com/fibo/numerology/issues"
},
"homepage": "http://g14n.info/numerology"
}