JAL-4012 - JAL-4020 release notes and a bit of ‘troubleshooting’ documentation
[jalview.git] / examples / biojson-doc / bower.json
1 {
2   "name": "docson",
3   "main": "docson.js",
4   "version": "0.1.0",
5   "homepage": "https://github.com/lbovet/docson",
6   "authors": [
7     "Laurent Bovet <laurent.bovet@windmaster.ch>"
8   ],
9   "description": "Documentation for your JSON types",
10   "moduleType": [
11     "amd"
12   ],
13   "keywords": [
14     "docson",
15     "json"
16   ],
17   "license": "http://www.apache.org/licenses/LICENSE-2.0",
18   "ignore": [
19     "**/.*",
20     "node_modules",
21     "bower_components",
22     "test",
23     "tests"
24   ]
25 }