UNPKG

guess-carrier

Version:
44 lines (43 loc) 861 B
{ "name": "guess-carrier", "version": "1.0.0", "description": "Regex to guess a shipping carrier.", "main": "lib/index.js", "directories": { "test": "test" }, "dependencies": { "change-case": "~1.0.5", "underscore": "~1.5.2" }, "devDependencies": { "bondjs": "~1.0.0", "chai": "~1.9.0", "grunt": "~0.4.2", "grunt-contrib-coffee": "^1.0.0", "grunt-mocha-test": "~0.6.3", "mocha": "~1.17.1" }, "scripts": { "test": "grunt", "prepublish": "grunt" }, "repository": { "type": "git", "url": "https://github.com/lukemiles/guess-carrier.git" }, "keywords": [ "FedEx", "UPS", "Postal", "Service", "Mail", "Package", "Shipping" ], "author": "Rishi Arora", "license": "MIT", "bugs": { "url": "https://github.com/lukemiles/guess-carrier/issues" } }