diff --git a/.npmignore b/.npmignore new file mode 100644 index 0000000..b26c658 --- /dev/null +++ b/.npmignore @@ -0,0 +1,6 @@ +demoassets +npm-debug.log +libs +index.html +bower.json +README.md \ No newline at end of file diff --git a/bower.json b/bower.json new file mode 100644 index 0000000..5e2c76d --- /dev/null +++ b/bower.json @@ -0,0 +1,27 @@ +{ + "name": "resemblejs", + "main": "Resemble.js", + "version": "1.0.1", + "homepage": "https://github.com/Huddle/Resemble.js", + "authors": [ + "James Cryer " + ], + "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" + ] +} diff --git a/package.json b/package.json index e401266..e88180d 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "resemblejs", - "version": "1.0.0", + "version": "1.0.1", "description": "Image analysis and comparison with HTML5", "main": "resemble.js", "repository": {