mabrasil/capacitance.js

View on GitHub
package.json

Summary

Maintainability
Test Coverage
{
  "name": "capacitance.js",
  "version": "0.1.0",
  "description": "Simple module to calculate electrical capacitance in series and parallel circuits.",
  "main": "index.js",
  "engines": {
    "node": ">=0.10.0"
  },
  "scripts": {
    "compile": "lsc --no-header -b -c -o ./ src",
    "test": "mocha --compilers ls:livescript",
    "build": "npm run compile && npm run test"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/mabrasil/capacitance.js"
  },
  "keywords": [
    "Capacitance",
    "Circuits",
    "Series",
    "Parallel"
  ],
  "author": {
    "name": "Matheus Brasil",
    "email": "matheus.brasil10@gmail.com",
    "url": "https://github.com/mabrasil/capacitance.js"
  },
  "license": {
    "type": "MIT",
    "url": ""
  },
  "bugs": {
    "url": "https://github.com/mabrasil/capacitance.js/issues"
  },
  "homepage": "https://github.com/mabrasil/capacitance.js",
  "dependencies": {
    "prelude-ls": "^1.1.2"
  },
  "devDependencies": {
    "chai": "^3.5.0",
    "livescript": "^1.4.0",
    "mocha": "^2.4.5"
  }
}