eiriksm/raspberry-temp-to-drupal

View on GitHub
package.json

Summary

Maintainability
Test Coverage
{
  "name": "temp",
  "version": "1.0.0",
  "description": "Post temperatures from raspberry pi to Drupal",
  "repository": {
    "type": "git",
    "url": "https://github.com/eiriksm/raspberry-temp-to-drupal.git"
  },
  "main": "index.js",
  "scripts": {
    "test": "npm run lint && mocha",
    "lint": "eslint ."
  },
  "author": "Eirik S. Morland <eirik@morland.no>",
  "license": "WTFPL",
  "dependencies": {
    "ds18b20": "0.1.0",
    "request": "^2.73.0"
  },
  "devDependencies": {
    "coveralls": "^2.11.2",
    "eslint": "^3.0.1",
    "istanbul": "^0.4.1",
    "mocha": "^3.0.1",
    "should": "^11.0.0"
  }
}