mirror of
https://github.com/netfun2000/raspberry-wifi-conf.git
synced 2026-02-27 09:45:16 +08:00
19 lines
306 B
JSON
19 lines
306 B
JSON
{
|
|
"name": "raspberry-wifi-conf",
|
|
"version": "0.0.0",
|
|
"license": "MIT",
|
|
"private": true,
|
|
"ignore": [
|
|
"**/.*",
|
|
"node_modules",
|
|
"bower_components",
|
|
"test",
|
|
"tests",
|
|
"app/public/external"
|
|
],
|
|
"dependencies": {
|
|
"angularjs": "~1.3.13",
|
|
"font-awesome": "~4.3.0"
|
|
}
|
|
}
|