git://source.jalview.org
/
jalview.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
Merge branch 'develop' into releases/Release_2_11_2_Branch
[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
}