diff options
| author | Jules Laplace <julescarbon@gmail.com> | 2017-11-05 23:49:32 +0100 |
|---|---|---|
| committer | Jules Laplace <julescarbon@gmail.com> | 2017-11-05 23:49:32 +0100 |
| commit | 5e5f92af830dc4c39de4420ac8effebb3bdd392e (patch) | |
| tree | 2f96f49dba80aed08983df02f6cce8f1e115462f /lib/okgeo/package.json | |
| parent | dc5e6ed69b9628310f66f89336f4707a0e42ef66 (diff) | |
geo service
Diffstat (limited to 'lib/okgeo/package.json')
| -rw-r--r-- | lib/okgeo/package.json | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/lib/okgeo/package.json b/lib/okgeo/package.json new file mode 100644 index 00000000..2b2a47c1 --- /dev/null +++ b/lib/okgeo/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" +} |
