Thu, 04 Jun 2015 14:50:33 +0200
Genesis of lecture sources for Droidcon Berlin 2015 in Postbahnhof.
michael@0 | 1 | { |
michael@0 | 2 | "name": "TouchNotifier", |
michael@0 | 3 | "description": "", |
michael@0 | 4 | "version": "0.0.0", |
michael@0 | 5 | "main": "main.js", |
michael@0 | 6 | "engines": { |
michael@0 | 7 | "node": ">=0.10.0" |
michael@0 | 8 | }, |
michael@0 | 9 | "dependencies": { |
michael@0 | 10 | "socket.io":"latest", |
michael@0 | 11 | "mqtt":"latest" |
michael@0 | 12 | } |
michael@0 | 13 | } |