Files
archived-raspberry-wifi-conf/package.json
2015-02-02 12:58:32 -08:00

30 lines
762 B
JSON

{
"name": "rpi-connect-to-wifi",
"version": "0.0.1",
"description": "Node RPI Wifi Configuration Application",
"main": "server.js",
"scripts": {
"test": "npm test",
"bootstrap": "wget http://treebeard.home.net:1234/bootstrap/pifi-conf -O bootstrap.sh && chmod u+x bootstrap.sh && ./bootstrap.sh"
},
"repository": {
"type": "git",
"url": "git://github.com/sabhiram/rpi-connect-to-wifi.git"
},
"keywords": [
"RaspberryPi",
"Node",
"Wifi"
],
"author": "Shaba Abhiram",
"license": "MIT",
"bugs": {
"url": "https://github.com/sabhiram/rpi-connect-to-wifi/issues"
},
"homepage": "https://github.com/sabhiram/rpi-connect-to-wifi",
"dependencies": {
"underscore": "~1.7.0",
"async": "~0.9.0"
}
}