Skip to content

Commit 49c27d0

Browse files
author
pratikpandey
committed
Adding bower.json
1 parent d34b121 commit 49c27d0

1 file changed

Lines changed: 18 additions & 0 deletions

File tree

bower.json

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)