package.json
409 Bytes
{
"name": "tryparse",
"version": "0.0.2",
"description": "TryParse allows you to test if a value is an integer, a float",
"main": "index.js",
"scripts": {
"test": "tap ./test"
},
"repository": {
"type": "git",
"url": "git@github.com:MRdNk/TryParse.git"
},
"devDependencies": {
"tap": "0.4.x"
},
"keywords": [
"tryparse"
],
"author": "mrdnk",
"license": "MIT"
}