diff options
| author | Jules Laplace <jules@okfoc.us> | 2016-04-14 14:14:34 -0400 |
|---|---|---|
| committer | Jules Laplace <jules@okfoc.us> | 2016-04-14 14:14:34 -0400 |
| commit | fa343212514f1e6f975e5cf5957e440555afb815 (patch) | |
| tree | 18ec4adc898f79e4c3262e4d12861ea212837f69 /examples/lib/okexample/package.json | |
| parent | 099c4091f1e98148e5ac05d1fc30cfd8333707bb (diff) | |
example services
Diffstat (limited to 'examples/lib/okexample/package.json')
| -rw-r--r-- | examples/lib/okexample/package.json | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/examples/lib/okexample/package.json b/examples/lib/okexample/package.json new file mode 100644 index 0000000..2b2a47c --- /dev/null +++ b/examples/lib/okexample/package.json @@ -0,0 +1,11 @@ +{ + "name": "okexample", + "version": "1.0.0", + "description": "example service", + "main": "index.js", + "scripts": { + "test": "echo \"Error: no test specified\" && exit 1" + }, + "author": "okfocus <frontdesk@okfoc.us>", + "license": "LNT" +} |
