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.
22 lines
538 B
22 lines
538 B
12 years ago
|
{
|
||
|
"name": "Echo",
|
||
|
"title": "Echo",
|
||
|
"description": "Raw JavaScript lazy-loading images with HTML5 data-* attributes.",
|
||
|
"author": [
|
||
|
{ "name" : "Todd Motto" },
|
||
|
{ "url" : "http://toddmotto.com" }
|
||
|
],
|
||
|
"homepage": "https://github.com/toddmotto/echo",
|
||
|
"licenses": [
|
||
|
{ "type": "MIT" }
|
||
|
],
|
||
|
"year" : "2013",
|
||
|
"version": "1.0.0",
|
||
|
"devDependencies": {
|
||
|
"grunt": "~0.4.1",
|
||
|
"grunt-contrib-concat": "~0.3.0",
|
||
|
"grunt-contrib-uglify": "~0.2.0",
|
||
|
"grunt-contrib-jshint": "~0.4.3",
|
||
|
"matchdep": "~0.1.2"
|
||
|
}
|
||
|
}
|