summaryrefslogtreecommitdiffstats
path: root/bower.json
blob: 7d7e7cd22624a815ed7f8765ffd1dc634abb9bb7 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
{
  "name": "Nikola",
  "version": "0.0.0",
  "homepage": "https://github.com/getnikola/nikola",
  "authors": [
    "Nikola Team <info@getnikola.com>"
  ],
  "description": "Nikola",
  "license": "MIT",
  "private": true,
  "dependencies": {
    "bootstrap": "~3.2.0",
    "jquery": "<2.0.0",
    "jquery-colorbox": "~1.5.10"
  }
}