![](/media/cache/img/default_profile.jpg.50x50_q85.jpg)
sample_pir-lights_rgb
Diff: example-nodejs/package.json
- Revision:
- 0:7a352727249b
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/example-nodejs/package.json Sun Jun 18 10:14:56 2017 +0000 @@ -0,0 +1,14 @@ +{ + "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" + } +}