smart-pinhole-workshop
Version:
A nodeschool workshop to learn how smart (iot) things work.
68 lines (67 loc) • 1.65 kB
JSON
{
"name": "smart-pinhole-workshop",
"version": "0.0.11",
"description": "A nodeschool workshop to learn how smart (iot) things work.",
"main": "smart-pinhole-workshop.js",
"scripts": {
"start": "./smart-pinhole-workshop.js",
"test": "gulp"
},
"bin": {
"smart-pinhole-workshop": "./smart-pinhole-workshop.js"
},
"repository": {
"type": "git",
"url": "https://github.com/CardboardIoT/smart-pinhole-workshop"
},
"keywords": [
"nodeschool",
"johnny-five",
"nodebot",
"internet of things",
"iot",
"workshop",
"workshopper",
"Pleasure in the work puts perfection in the job",
"smart devices",
"cardboardiot",
"mqtt"
],
"contributors": [
"andrewn",
"ezodude"
],
"license": "MIT",
"bugs": {
"url": "https://github.com/CardboardIoT/smart-pinhole-workshop/issues"
},
"dependencies": {
"async": "^1.4.2",
"babelify": "^6.4.0",
"brfs": "^1.4.1",
"chai": "^3.3.0",
"dnode": "^1.2.2",
"envify": "^3.4.0",
"ioboard": "^3.0.0",
"johnny-five": "^0.9.11",
"lightmeter": "^1.0.0",
"lodash": "^3.10.1",
"mqtt": "^1.4.3",
"node-notifier": "^4.3.1",
"proxyquire": "^1.7.3",
"sinon": "^1.17.1",
"workshopper": "^2.7.0",
"workshopper-exercise": "^2.5.0"
},
"optionalDependencies": {
"node-notifier": "^4.3.1"
},
"devDependencies": {
"gulp-jshint": "^1.11.2",
"gulp": "^3.9.0",
"jshint-stylish": "^0.4.0",
"gulp-shell": "^0.2.5"
},
"homepage": "https://github.com/CardboardIoT/smart-pinhole-workshop",
"author": "Ezo Saleh <npm@ezosaleh.com> (http://ezosaleh.com)"
}