Added a simple test plugin that doesn't do much

This commit is contained in:
Egil Moeller 2012-02-24 20:03:58 +01:00
parent 168f481980
commit 30b018833c
5 changed files with 64 additions and 0 deletions

View file

@ -0,0 +1,9 @@
{
"name": "pluginomatic_fintest",
"description": "A test plugin",
"version": "0.0.1",
"author": "RedHog (Egil Moeller) <egil.moller@freecode.no>",
"contributors": [],
"dependencies": {},
"engines": { "node": ">= 0.4.1 < 0.7.0" }
}