Merge pull request #2016 from bootstraponline/master

Add license to package.json
This commit is contained in:
Dan Cuellar
2014-03-07 09:58:14 -08:00

View File

@@ -13,6 +13,12 @@
],
"version": "0.16.0",
"author": "appium-discuss@googlegroups.com",
"licenses": [
{
"type": "apache-2.0",
"url": "https://raw.github.com/appium/appium/master/LICENSE"
}
],
"repository": {
"type": "git",
"url": "https://github.com/appium/appium.git"