Skip to content

Commit b025b86

Browse files
committed
Added bower.json.
1 parent 950f735 commit b025b86

File tree

1 file changed

+16
-0
lines changed

1 file changed

+16
-0
lines changed

bower.json

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
{
2+
"name": "arangojs",
3+
"homepage": "https://github.com/arangodb/arangojs",
4+
"description": "The official ArangoDB JavaScript driver.",
5+
"license": "APACHE-2.0",
6+
"ignore": [
7+
"**",
8+
"!/dist/**",
9+
"!/bower.json",
10+
"!/README*",
11+
"!/LICENSE*"
12+
],
13+
"main": [
14+
"./dist/arango.all.js"
15+
]
16+
}

0 commit comments

Comments
 (0)