mirror of
https://github.com/netfun2000/raspberry-wifi-conf.git
synced 2026-02-27 09:45:16 +08:00
35 lines
847 B
JSON
35 lines
847 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"
|
|
},
|
|
|
|
"chloe": [
|
|
"# Chloe is a simple `Go` binary which can prune un-needed files ",
|
|
"# from your bower install. The following `.gitignore`-esq set of ",
|
|
"# lines tell chloe which files to prune. ",
|
|
"# Check it out: https://github.com/sabhiram/go-chloe ",
|
|
|
|
"**/external/**/*.md",
|
|
"**/external/**/*.json",
|
|
"**/external/**/*.gzip",
|
|
"**/external/**/.*ignore",
|
|
|
|
"**/external/angularjs/*.css",
|
|
"**/external/font-awesome/less",
|
|
"**/external/font-awesome/scss"
|
|
]
|
|
}
|