UNPKG

number-parsing

Version:
34 lines (33 loc) 746 B
{ "name": "number-parsing", "version": "0.3.2", "description": "A tool to parse numbers from different locales", "main": "numberParsing.js", "scripts": { "test": "grunt test" }, "repository": { "type": "git", "url": "https://github.com/GuillaumeLeclerc/numberParsing" }, "keywords": [ "parseFloat", "parseInt", "node.js", "javascript" ], "author": "Guillaume Leclerc", "license": "MIT", "dependencies": { "coffeescript": "^2.5.1", "lodash": "^4.17.4" }, "devDependencies": { "coffeelint": "^1.9.4", "grunt": "^1.3.0", "grunt-coffeelint": "0.0.13", "grunt-contrib-clean": "^0.6.0", "grunt-contrib-coffee": "^2.1.0", "grunt-contrib-nodeunit": "^3.0.0" } }