Pracownia.Programowania/bower.json

24 lines
341 B
JSON

{
"name": "blog",
"authors": [
"Mikolaj <mikwoj1@st.amu.edu.pl>"
],
"dependencies": {
"bootstrap":"3.1.0",
"jquery":"2.1.0"
},
"description": "",
"main": "",
"license": "MIT",
"homepage": "",
"private": "",
"ignore": [
"**/.*",
"node_modules",
"bower_components",
"test",
"tests"
]
}