Skip to content

Commit

Permalink
Merge pull request #2 from alejonext/patch-2
Browse files Browse the repository at this point in the history
package.json
  • Loading branch information
vpegado committed Feb 9, 2015
2 parents aa1f654 + 6fff08b commit 034ed9b
Showing 1 changed file with 27 additions and 0 deletions.
27 changes: 27 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
{
"name": "angular-file-directive",
"version": "1.3.0",
"homepage": "https://github.com/vpegado/angular-file-directive",
"authors": [
"Victor Pegado <[email protected]>"
],
"description": "Angular directive for parsing files",
"main": "angular-file-directive.js",
"ignore": [
"example/*"
],
"keywords": [
"angular",
"file",
"directive",
"filereader"
],
"license": "MIT",
"dependencies": {
"angular": "1.2.*"
},
"engines": {
"node": ">=0.10",
"npm": ">=1.1.59"
}
}

0 comments on commit 034ed9b

Please sign in to comment.