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.
27 lines
499 B
27 lines
499 B
{ |
|
"name": "resemblejs", |
|
"main": "resemble.js", |
|
"version": "1.3.0", |
|
"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" |
|
] |
|
}
|
|
|