Browse Source

Merge pull request #96 from shivanykshenoy/master

feat: Add bower.json, update gitignore
pull/84/merge v1.7.3
Todd Motto 9 years ago
parent
commit
008ee35574
  1. 3
      .gitignore
  2. 22
      bower.json

3
.gitignore vendored

@ -1,6 +1,9 @@
# Node
node_modules
#Ide
.idea
## OS X
.DS_Store
.AppleDouble

22
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",
"moduleType": [],
"keywords": [
"echo"
],
"license": "MIT",
"ignore": [
"**/.*",
"node_modules",
"bower_components",
"test",
"tests"
]
}
Loading…
Cancel
Save