Skip to content

Commit b332c04

Browse files
author
rmorey-ap
authored
Merge pull request #32 from AnyPresence/develop
Bower
2 parents ec94496 + f931556 commit b332c04

File tree

1 file changed

+17
-0
lines changed

1 file changed

+17
-0
lines changed

bower.json

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
{
2+
"name": "justapis-javascript-sdk",
3+
"description": "A lightweight JavaScript SDK to connect to a JustAPIs gateway in Node or the browser.",
4+
"main": "index.js",
5+
"authors": [
6+
"AnyPresence"
7+
],
8+
"license": "MIT",
9+
"homepage": "https://github.com/AnyPresence/justapis-javascript-sdk",
10+
"ignore": [
11+
"**/.*",
12+
"node_modules",
13+
"bower_components",
14+
"test",
15+
"tests"
16+
]
17+
}

0 commit comments

Comments
 (0)