3 changed files with 34 additions and 1 deletions
@ -0,0 +1,6 @@ |
|||||||
|
demoassets |
||||||
|
npm-debug.log |
||||||
|
libs |
||||||
|
index.html |
||||||
|
bower.json |
||||||
|
README.md |
@ -0,0 +1,27 @@ |
|||||||
|
{ |
||||||
|
"name": "resemblejs", |
||||||
|
"main": "Resemble.js", |
||||||
|
"version": "1.0.1", |
||||||
|
"homepage": "https://github.com/Huddle/Resemble.js", |
||||||
|
"authors": [ |
||||||
|
"James Cryer <james.cryer@huddle.com>" |
||||||
|
], |
||||||
|
"description": "Image analysis and comparison with HTML5", |
||||||
|
"keywords": [ |
||||||
|
"comparison", |
||||||
|
"compare", |
||||||
|
"visual", |
||||||
|
"diff", |
||||||
|
"html5", |
||||||
|
"image" |
||||||
|
], |
||||||
|
"license": "MIT", |
||||||
|
"ignore": [ |
||||||
|
"demoassets", |
||||||
|
"libs", |
||||||
|
"index.html", |
||||||
|
".npmignore", |
||||||
|
"package.json", |
||||||
|
"README.md" |
||||||
|
] |
||||||
|
} |
Loading…
Reference in new issue