daml/docs/theme/bower.json
Digital Asset GmbH 05e691f558 open-sourcing daml
2019-04-04 09:33:38 +01:00

42 lines
771 B
JSON

{
"name": "da-theme",
"version": "1.0.0",
"homepage": "https://docs.daml.com/",
"authors": [
"Dave Snider, Read the Docs, Inc. & contributors <dev@readthedocs.org>",
"Digital Asset"
],
"description": "Sphinx theme for docs.daml.com",
"license": "MIT",
"main": [
"js/theme.js"
],
"ignore": [
"docs",
".gitignore",
".DS_Store",
".sass-cache*",
".bowerrc",
"bower.json",
"package.json",
"Gruntfile.js",
"node_modules",
"bower_components",
"test",
"tests",
"src"
],
"devDependencies": {
"wyrm": "~1.0.x",
"bourbon": "4.0.2"
},
"dependencies": {
"font-awesome": "4.7",
"bourbon": "4.0.2"
},
"resolutions": {
"font-awesome": "4.7",
"bourbon": "4.0.2"
}
}