dockerfiles/lapis-ultimate/test/bower.json

24 lines
441 B
JSON

{
"name": "test",
"version": "0.0.0",
"homepage": "https://github.com/Xe/dockerfiles",
"authors": [
"Christine Dodrill <xena@yolo-swag.com>"
],
"description": "My Test app",
"license": "Zlib",
"private": true,
"ignore": [
"**/.*",
"node_modules",
"bower_components",
"test",
"tests"
],
"dependencies": {
"bootstrap": "~3.3.2",
"fontawesome": "~4.3.0",
"instantclick": "~3.1.0"
}
}