Last active
December 28, 2015 12:49
-
-
Save spinegar/7502960 to your computer and use it in GitHub Desktop.
Piwik 2.0 Hello World Tutorial - plugin.json
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| { | |
| "name": "HelloWorld", | |
| "version": "1.0", | |
| "description": "HelloWorld Plugin for Piwik 2.0", | |
| "theme": false, | |
| "author": "Sean Pinegar", | |
| "author_homepage": "http://seanpinegar.com", | |
| "license": "GPL v3", | |
| "license_homepage": "http://www.gnu.org/licenses/gpl-3.0.html" | |
| } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment