We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d34b121 commit 49c27d0Copy full SHA for 49c27d0
1 file changed
bower.json
@@ -0,0 +1,18 @@
1
+{
2
+ "name": "javascript-data-structure",
3
+ "version": "1.0.0",
4
+ "homepage": "https://github.com/pratikpandey21/JavaScript-Data-Structures",
5
+ "authors": [
6
+ "Bishop"
7
+ ],
8
+ "description": "Datastructures in JS",
9
+ "main": "DataStructuresMinimized.js",
10
+ "license": "MIT",
11
+ "ignore": [
12
+ "**/.*",
13
+ "node_modules",
14
+ "bower_components",
15
+ "test",
16
+ "tests"
17
+ ]
18
+}
0 commit comments