12345678910111213141516171819202122232425262728293031323334 |
- {
- "name": "ssl",
- "description": "SSL Interface",
- "title": "SSL Interface",
- "version": "0.9.4",
- "keywords": [
- "me",
- "ssl"
- ],
- "author": {
- "name": "Michael O'Brien",
- "email": "mob@emobrien.com"
- },
- "repository": {
- "type": "git",
- "url": "git://github.com/embedthis/ssl.git"
- },
- "bugs": {
- "url": "http://github.com/embedthis/ssl/issues"
- },
- "licenses": [
- {
- "type": "GPL",
- "url": "http://www.gnu.org/licenses/gpl-2.0.html"
- },
- {
- "type": "Commercial",
- "url": "https://embedthis.com/licensing/"
- }
- ],
- "pak": {
- "origin": "embedthis/ssl"
- }
- }
|