units-css
Version:
Parse length and angle CSS values and convert between units
32 lines (31 loc) • 727 B
JSON
{
"name": "isnumeric",
"author": "Lee Crossley <leee@hotmail.co.uk> (http://ilee.co.uk/)",
"description": "Determine if a JavaScript object is numeric",
"homepage": "http://ilee.co.uk",
"version": "0.2.0",
"main": "isNumeric.min.js",
"keywords": [
"isnumeric",
"numeric",
"number"
],
"scripts": {
"test": "grunt test"
},
"repository": {
"type": "git",
"url": "git@github.com:leecrossley/isNumeric.git"
},
"engines": {
"node": ">= 0.8.x"
},
"devDependencies": {
"grunt": "^0.4.5",
"grunt-cli": "^0.1.0",
"grunt-contrib-jasmine": "^0.8.0",
"grunt-contrib-jshint": "^0.11.0",
"grunt-contrib-uglify": "^0.9.1",
"grunt-contrib-watch": "^0.6.0"
}
}