temperature.conversion
Version:
Temperature Conversion NPM Module (as requested by Jtryon from Livecoding.tv)
38 lines (37 loc) • 928 B
JSON
{
"name": "temperature.conversion",
"version": "2.0.0",
"description": "Temperature Conversion NPM Module (as requested by Jtryon from Livecoding.tv)",
"main": "index.js",
"scripts": {
"test": "mocha tests.js",
"nyc": "nyc npm test && nyc report --reporter=text-lcov | coveralls"
},
"bin": {
"c2f": "bin/c2f.js",
"f2c": "bin/f2c.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/ChrisCates/temperature.conversion.git"
},
"keywords": [
"Chris",
"Cates",
"Temperature",
"Conversion"
],
"author": "Chris Cates",
"license": "MIT",
"bugs": {
"url": "https://github.com/ChrisCates/temperature.conversion/issues"
},
"homepage": "https://github.com/ChrisCates/temperature.conversion#readme",
"devDependencies": {
"chai": "^3.5.0",
"coveralls": "^2.11.9",
"mocha": "^2.4.5",
"nyc": "^6.4.4",
"shelljs": "^0.7.0"
}
}