sample_pir-lights_rgb

Dependencies:   ChainableLED

Committer:
iv123
Date:
Sun Jun 18 10:14:56 2017 +0000
Revision:
0:7a352727249b
Initial commit

Who changed what in which revision?

UserRevisionLine numberNew contents of line
iv123 0:7a352727249b 1 {
iv123 0:7a352727249b 2 "name": "mbed-cloud-lighting-webapp",
iv123 0:7a352727249b 3 "version": "1.0.0",
iv123 0:7a352727249b 4 "description": "Talking to lighting system over mbed Cloud from node.js",
iv123 0:7a352727249b 5 "main": "main.js",
iv123 0:7a352727249b 6 "scripts": {
iv123 0:7a352727249b 7 "test": "echo \"Error: no test specified\" && exit 1"
iv123 0:7a352727249b 8 },
iv123 0:7a352727249b 9 "author": "Jan Jongboom <jan.jongboom@arm.com>",
iv123 0:7a352727249b 10 "license": "Apache-2.0",
iv123 0:7a352727249b 11 "dependencies": {
iv123 0:7a352727249b 12 "express": "^4.13.4",
iv123 0:7a352727249b 13 "hbs": "^4.0.0",
iv123 0:7a352727249b 14 "konekuta": "^0.3.4",
iv123 0:7a352727249b 15 "socket.io": "^1.4.6"
iv123 0:7a352727249b 16 }
iv123 0:7a352727249b 17 }