Skip to content

Commit

Permalink
Added package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
jfresco committed Apr 28, 2015
1 parent cff50f5 commit c468738
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
{
"name": "loading-lock",
"repo": "cristiandouce/loading-lock",
"description": "Loading lock component.",
"version": "0.1.0",
"keywords": ["loading", "lock", "spin", "spinner", "UI"],
"dependencies": {
"component-spin": "*",
"component-classes": "*"
},
"browser": {
"spin": "component-spin",
"classes": "component-classes"
},
"license": "MIT"
}

0 comments on commit c468738

Please sign in to comment.