mirror of
https://github.com/dokku/dokku.git
synced 2025-12-29 00:25:08 +01:00
21 lines
366 B
JSON
21 lines
366 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"
|
|
}
|
|
}
|