mirror of
https://github.com/digital-asset/daml.git
synced 2024-11-10 10:46:11 +03:00
42 lines
771 B
JSON
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"
|
|
}
|
|
}
|