diff --git a/package.json b/package.json new file mode 100644 index 0000000..63fc81f --- /dev/null +++ b/package.json @@ -0,0 +1,24 @@ +{ + "name": "Resemble.js", + "version": "0.0.0", + "description": "Image analysis and comparison with HTML5", + "main": "resemble.js", + "repository": { + "type": "git", + "url": "https://github.com/Huddle/Resemble.js.git" + }, + "keywords": [ + "comparison", + "visual", + "image", + "diff", + "compare", + "html5" + ], + "author": "James Cryer", + "license": "MIT", + "bugs": { + "url": "https://github.com/Huddle/Resemble.js/issues" + }, + "homepage": "https://github.com/Huddle/Resemble.js" +}