1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556 |
- {
- "name": "me-docstyle",
- "description": "Documentation Style",
- "version": "0.9.3",
- "keywords": [
- "me"
- ],
- "author": {
- "name": "Embedthis Software",
- "email": "dev@embedthis.com",
- "url": "https://embedthis.com"
- },
- "repository": {
- "type": "git",
- "url": "git://github.com/embedthis/me-docstyle.git"
- },
- "bugs": {
- "url": "http://github.com/embedthis/me-docstyle/issues"
- },
- "licenses": [
- {
- "type": "GPL",
- "url": "http://www.gnu.org/licenses/gpl-2.0.html"
- },
- {
- "type": "Commercial",
- "url": "https://embedthis.com/licensing/"
- }
- ],
- "dependencies": {
- "exp-css": "~0.3",
- "exp-js": "~0.3",
- "exp-less": "~0.3",
- "exp-reload": "~0.3",
- "exp-html": "~0.2",
- "exp-canon": "~0.1",
- "jquery": "~2",
- "semantic-ui": "~2"
- },
- "pak": {
- "export": [
- {
- "from": [
- "contents/",
- "layouts/",
- "partials/"
- ],
- "to": "${TOP}/"
- }
- ],
- "manage": [
- "expansive.json"
- ],
- "origin": "embedthis/me-docstyle"
- }
- }
|