UNPKG

greenhouse-gas

Version:
36 lines (35 loc) 879 B
{ "name": "greenhouse-gas", "version": "1.0.2", "description": "A Greenhouse Gas Equivalency Calculator", "main": "index.js", "scripts": { "lint": "eslint .", "lint:fix": "npm run lint -- --fix", "test": "jest --coverage", "test:watch": "jest --watch" }, "repository": { "type": "git", "url": "git+https://github.com/Dynamix-Energy-Services/greenhouse-gas.git" }, "keywords": [ "co2", "emissions", "greenhouse", "gas", "energy" ], "author": "Herman Singh", "license": "MIT", "bugs": { "url": "https://github.com/Dynamix-Energy-Services/greenhouse-gas/issues" }, "homepage": "https://github.com/Dynamix-Energy-Services/greenhouse-gas#readme", "devDependencies": { "eslint": "^5.16.0", "eslint-config-airbnb-base": "^13.2.0", "eslint-plugin-import": "^2.18.2", "jest": "^24.8.0" } }