spout/docs/bower.json
Adrien Loison c62177f0e4 Move documentation from gh-pages branch to 'docs' folder
To prepare the migration to 3.0, we need to change the location where the documentation is generated from.
Having a gh-pages branch makes it hard to synchronize the code and the docs. Having a "docs" folder in the repo itself simplifies this.
2019-05-22 09:45:45 +02:00

23 lines
351 B
JSON
Executable File

{
"name": "Spout",
"version": "0.0.1",
"authors": [
"Adrien Loison <aloison@box.com>"
],
"license": "Apache 2",
"private": true,
"ignore": [
"**/.*",
"node_modules",
"bower_components",
"test",
"tests"
],
"dependencies": {
"anchor-js": "~3.1.1"
},
"devDependencies": {
"bootstrap": "~3.3.6"
}
}