this repo has no description
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

at master 18 lines 371 B view raw
1{ 2 "name": "mit_proj", 3 "version": "1.0.0", 4 "description": "", 5 "main": "server.js", 6 "scripts": { 7 "test": "echo \"Error: no test specified\" && exit 1", 8 "start": "node server.js" 9 }, 10 "author": "", 11 "license": "ISC", 12 "dependencies": { 13 "accel-mma84": "^0.2.3", 14 "gm": "^1.17.0", 15 "tessel": "^0.3.19", 16 "tessel-gpio-button": "^1.1.0" 17 } 18}