1234567891011121314151617181920212223242526272829303132333435363738 |
- {
- "name": "me-win",
- "description": "Windows build support",
- "title": "Windows Build Support",
- "version": "0.1.0",
- "keywords": [
- "me"
- ],
- "author": {
- "name": "Embedthis Software",
- "email": "dev@embedthis.com",
- "url": "https://embedthis.com"
- },
- "repository": {
- "type": "git",
- "url": "git://github.com/embedthis/me-win.git"
- },
- "bugs": {
- "url": "http://github.com/embedthis/me-win/issues"
- },
- "licenses": [
- {
- "type": "GPL",
- "url": "http://www.gnu.org/licenses/gpl-2.0.html"
- },
- {
- "type": "Commercial",
- "url": "https://embedthis.com/licensing/"
- }
- ],
- "export": [
- {
- "from": "windows.bat",
- "to": "../projects"
- }
- ],
- "origin": "embedthis/me-win"
- }
|