Skip to content

Commit

Permalink
Create package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
joelbraga authored Sep 11, 2017
1 parent 4125f30 commit f85967c
Showing 1 changed file with 33 additions and 0 deletions.
33 changes: 33 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,33 @@
{
"name":"cdv-socket-plugin",
"version":"0.4.0",
"description":"cdv-socket-plugin",
"cordova":{
"id":"com.tlantic.cdv-socket-plugin",
"platforms":[
"ios",
"android",
"wp8"
]
},
"repository":{
"type":"git",
"url":"git+https://github.com/Tlantic/cdv-socket-plugin.git"
},
"keywords":[
"ecosystem:cordova",
"cordova-ios",
"cordova-android",
"cordova-wp8"
],
"engines":{
"name":"cordova",
"version":">=3.0.0"
},
"author":"",
"license":"MIT",
"bugs":{
"url":"https://github.com/Tlantic/cdv-socket-plugin/issues"
},
"homepage":"https://github.com/Tlantic/cdv-socket-plugin#readme"
}

0 comments on commit f85967c

Please sign in to comment.