We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents ec94496 + f931556 commit b332c04Copy full SHA for b332c04
bower.json
@@ -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