Files
dokku/tests/apps/multi/bower.json
2022-04-02 02:02:56 -04:00

22 lines
409 B
JSON

{
"name": "test-buildpack-multi",
"version": "0.0.0",
"authors": [
"Al Johri <al.johri@gmail.com>"
],
"license": "MIT",
"private": true,
"directory": "static/components",
"ignore": [
"**/.*",
"node_modules",
"statc/components",
"test",
"tests"
],
"dependencies": {
"bootstrap-sass": "twbs/bootstrap-sass#~3.1.1"
},
"registry": "https://registry.bower.io"
}