Skip to content

Commit

Permalink
v1.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
lacymorrow committed Jan 12, 2016
1 parent cb9ff7d commit a001177
Showing 1 changed file with 37 additions and 0 deletions.
37 changes: 37 additions & 0 deletions bower.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,37 @@
{
"name": "movie-info",
"description": "Get information, images, rating, description, etc. about a movie.",
"main": "index.js",
"authors": [
"Lacy Morrow<[email protected]>"
],
"license": "MIT",
"keywords": [
"cli",
"bin",
"app",
"movie",
"image",
"poster",
"details",
"info",
"description",
"url",
"uri",
"path"
],
"homepage": "https://github.com/lacymorrow/movie-info",
"moduleType": [
"amd",
"globals",
"node"
],
"ignore": [
"**/.*",
"node_modules",
"bower_components",
"test",
"tests"
],
"version": "1.0.2"
}

0 comments on commit a001177

Please sign in to comment.