UNPKG

traffic-fine-calculator

Version:
32 lines (31 loc) 833 B
{ "name": "traffic-fine-calculator", "version": "0.9.1", "description": "A leightweight JavaScript traffic fine calculator", "main": "traffic-fine-calculator.js", "scripts": { "test": "mocha" }, "repository": { "type": "git", "url": "https://github.com/oceanhouse21/traffic-fine-calculator.git" }, "keywords": [ "traffic", "fine", "calculator" ], "author": "Oceanhouse21 GmbH <georg@oceanhouse21.com> (http://www.oceanhouse21.com)", "license": "MIT", "bugs": { "url": "https://github.com/oceanhouse21/traffic-fine-calculator/issues" }, "homepage": "https://github.com/oceanhouse21/traffic-fine-calculator", "devDependencies": { "chai": "^1.10.0", "grunt": "^0.4.5", "grunt-contrib-watch": "^0.6.1", "grunt-mocha-cli": "^1.11.0", "mocha": "^2.1.0" } }