iv123 lin
/
connected-lights
sample_pir-lights_rgb
example-nodejs/package.json@0:7a352727249b, 2017-06-18 (annotated)
- Committer:
- iv123
- Date:
- Sun Jun 18 10:14:56 2017 +0000
- Revision:
- 0:7a352727249b
Initial commit
Who changed what in which revision?
User | Revision | Line number | New contents of line |
---|---|---|---|
iv123 | 0:7a352727249b | 1 | { |
iv123 | 0:7a352727249b | 2 | "name": "mbed-cloud-lighting-node", |
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 | "mbed-connector-api": "^2.0.0" |
iv123 | 0:7a352727249b | 13 | } |
iv123 | 0:7a352727249b | 14 | } |