🌐 AI搜索 & 代理 主页
Skip to content

Commit 008ee35

Browse files
committed
Merge pull request #96 from shivanykshenoy/master
feat: Add bower.json, update gitignore
2 parents e2398a7 + 853faf3 commit 008ee35

File tree

2 files changed

+25
-0
lines changed

2 files changed

+25
-0
lines changed

.gitignore

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,9 @@
11
# Node
22
node_modules
33

4+
#Ide
5+
.idea
6+
47
## OS X
58
.DS_Store
69
.AppleDouble

bower.json

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
{
2+
"name": "echojs",
3+
"version": "1.7.3",
4+
"homepage": "https://github.com/toddmotto/echo",
5+
"authors": [
6+
"@toddmotto"
7+
],
8+
"description": "Lazy-loading with data-* attributes, offset and throttle options",
9+
"main": "src/echo.js",
10+
"moduleType": [],
11+
"keywords": [
12+
"echo"
13+
],
14+
"license": "MIT",
15+
"ignore": [
16+
"**/.*",
17+
"node_modules",
18+
"bower_components",
19+
"test",
20+
"tests"
21+
]
22+
}

0 commit comments

Comments
 (0)