mirror of https://github.com/toddmotto/echo.git
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
35 lines
876 B
35 lines
876 B
{ |
|
"name": "Echo", |
|
"version": "1.2.0", |
|
"homepage": "https://github.com/toddmotto/echo", |
|
"author": "Todd Motto", |
|
"year" : "2013", |
|
"description": "Lazy-loading images with data-* attributes", |
|
"author": { |
|
"name": "Todd Motto", |
|
"email": "todd@toddmotto.com", |
|
"url": "http://toddmotto.com", |
|
"github" : "https://github.com/toddmotto" |
|
}, |
|
"licenses": [{ |
|
"type": "MIT" |
|
}], |
|
"repository": { |
|
"type": "git", |
|
"url": "http://github.com/toddmotto/echo.git" |
|
}, |
|
"devDependencies": { |
|
"grunt": "~0.4.1", |
|
"grunt-contrib-jshint": "~0.7.1", |
|
"grunt-contrib-concat": "~0.3.0", |
|
"grunt-contrib-uglify": "~0.2.7", |
|
"grunt-contrib-connect": "~0.3.0", |
|
"grunt-contrib-watch": "~0.4.4", |
|
"connect-livereload": "~0.2.0", |
|
"grunt-open": "~0.2.0", |
|
"matchdep": "~0.1.2" |
|
}, |
|
"peerDependencies": { |
|
"grunt-cli": "*" |
|
} |
|
}
|
|
|