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.
1 parent 440f35f commit 853faf3Copy full SHA for 853faf3
.gitignore
@@ -1,6 +1,9 @@
1
# Node
2
node_modules
3
4
+#Ide
5
+.idea
6
+
7
## OS X
8
.DS_Store
9
.AppleDouble
bower.json
@@ -0,0 +1,22 @@
+{
+ "name": "echojs",
+ "version": "1.7.3",
+ "homepage": "https://github.com/toddmotto/echo",
+ "authors": [
+ "@toddmotto"
+ ],
+ "description": "Lazy-loading with data-* attributes, offset and throttle options",
+ "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