Browse Source

adding bower package

pull/14/head v1.0.1
James Cryer 11 years ago
parent
commit
ae9559142e
  1. 6
      .npmignore
  2. 27
      bower.json
  3. 2
      package.json

6
.npmignore

@ -0,0 +1,6 @@
demoassets
npm-debug.log
libs
index.html
bower.json
README.md

27
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 <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"
]
}

2
package.json

@ -1,6 +1,6 @@
{ {
"name": "resemblejs", "name": "resemblejs",
"version": "1.0.0", "version": "1.0.1",
"description": "Image analysis and comparison with HTML5", "description": "Image analysis and comparison with HTML5",
"main": "resemble.js", "main": "resemble.js",
"repository": { "repository": {

Loading…
Cancel
Save