sample_pir-lights_rgb

Dependencies:   ChainableLED

example-nodejs/package.json

Committer:
iv123
Date:
2017-06-18
Revision:
0:7a352727249b

File content as of revision 0:7a352727249b:

{
  "name": "mbed-cloud-lighting-node",
  "version": "1.0.0",
  "description": "Talking to lighting system over mbed Cloud from node.js",
  "main": "main.js",
  "scripts": {
    "test": "echo \"Error: no test specified\" && exit 1"
  },
  "author": "Jan Jongboom <jan.jongboom@arm.com>",
  "license": "Apache-2.0",
  "dependencies": {
    "mbed-connector-api": "^2.0.0"
  }
}