Add license to package.json

This commit is contained in:
Evan Lowry
2015-05-25 22:55:41 -03:00
parent 809262cf3d
commit 4c0a5dc4eb

View File

@@ -3,6 +3,7 @@
"name": "localtunnel",
"description": "expose localhost to the world",
"version": "1.5.0",
"license": "MIT",
"repository": {
"type": "git",
"url": "git://github.com/shtylman/localtunnel.git"
@@ -22,4 +23,4 @@
"lt": "./bin/client"
},
"main": "./client.js"
}
}