hybridgroup/cylon-pebble

View on GitHub
package.json

Summary

Maintainability
Test Coverage
{
  "name": "cylon-pebble",
  "version": "0.18.0",
  "description": "Cylon.js adaptor/driver for the Pebble smartwatch",
  "homepage": "http://cylonjs.com",
  "bugs": "https://github.com/hybridgroup/cylon-pebble/issues",

  "author": "The Hybrid Group <cylonjs@hybridgroup.com>",

  "repository": {
    "type": "git",
    "url": "https://github.com/hybridgroup/cylon-pebble"
  },

  "license": "Apache-2.0",

  "keywords": [
    "cylon",
    "cylonjs",
    "cylons",
    "robot",
    "robots",
    "robotics",
    "iot",
    "hardware",
    "pebble",
    "pebble time",
    "wearables",
    "smartwatch",
    "smart watch"
  ],

  "devDependencies": {
    "sinon-chai": "~2.4.0",
    "chai":       "~1.7.2",
    "mocha":      "~1.12.1",
    "sinon":      "~1.7.3",
    "eslint":     "0.22.1"
  },

  "dependencies": {
    "cylon": "~1.2.0"
  }
}