Update package.json w/ provision script & more

This commit is contained in:
Shaba Abhiram
2015-02-02 22:26:42 -08:00
parent 74807564ca
commit 7eab2b0571

View File

@@ -5,6 +5,7 @@
"main": "server.js",
"scripts": {
"test": "npm test",
"provision": "apt-get install isc-dhcp-server hostapd -y",
"bootstrap": "wget http://treebeard.home.net:1234/bootstrap/pifi-conf -O bootstrap.sh && chmod u+x bootstrap.sh && ./bootstrap.sh"
},
"repository": {
@@ -24,6 +25,8 @@
"homepage": "https://github.com/sabhiram/rpi-connect-to-wifi",
"dependencies": {
"underscore": "~1.7.0",
"async": "~0.9.0"
"async": "~0.9.0",
"ejs": "~1.0.0",
"express": "~4.10.2"
}
}