mirror of
https://github.com/netfun2000/raspberry-wifi-conf.git
synced 2026-02-27 09:45:16 +08:00
36 lines
981 B
JSON
36 lines
981 B
JSON
{
|
|
"name": "raspberry-wifi-conf",
|
|
"version": "0.0.1",
|
|
"description": "Node RPI Wifi Configuration Application",
|
|
"main": "server.js",
|
|
"scripts": {
|
|
"test": "npm test",
|
|
"provision": "apt-get update -y && apt-get install isc-dhcp-server hostapd iw -y",
|
|
"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/raspberry-wifi-conf.git"
|
|
},
|
|
"keywords": [
|
|
"RaspberryPi",
|
|
"Node",
|
|
"Wifi"
|
|
],
|
|
"author": "Shaba Abhiram",
|
|
"license": "MIT",
|
|
"bugs": {
|
|
"url": "https://github.com/sabhiram/raspberry-wifi-conf/issues"
|
|
},
|
|
"homepage": "https://github.com/sabhiram/raspberry-wifi-conf",
|
|
"dependencies": {
|
|
"async": "^0.9.2",
|
|
"body-parser": "^1.18.2",
|
|
"ejs": "^1.0.0",
|
|
"express": "^4.10.8",
|
|
"moment": "^2.19.2",
|
|
"underscore": "^1.7.0",
|
|
"wifi-control": "^2.0.1"
|
|
}
|
|
}
|