Skip to content

Commit

Permalink
add info to composer.json
Browse files Browse the repository at this point in the history
  • Loading branch information
vanry committed Dec 6, 2016
1 parent 8d6bc30 commit 1157f21
Showing 1 changed file with 9 additions and 3 deletions.
12 changes: 9 additions & 3 deletions composer.json
Original file line number Diff line number Diff line change
@@ -1,14 +1,20 @@
{
"name": "vanry/javascript-unpacker",
"description": "unpack javascript packed from http://dean.edwards.name/packer/",
"type": "php",
"description": "Unpack javascript packed from http://dean.edwards.name/packer/",
"keywords": ["javascript", "unpacker", "eval"],
"type": "library",
"license": "MIT",
"minimum-stability": "dev",
"homepage": "http://vanry.me",
"authors": [
{
"name": "Vanry",
"name": "vanry",
"email": "ivanry@163.com"
}
],
"require": {
"php": ">=5.3"
},
"autoload": {
"psr-4": {
"JavascriptUnpacker\\": "src/"
Expand Down

0 comments on commit 1157f21

Please sign in to comment.