diff options
| author | Jules Laplace <julescarbon@gmail.com> | 2017-08-14 20:36:47 +0200 |
|---|---|---|
| committer | Jules Laplace <julescarbon@gmail.com> | 2017-08-14 20:36:47 +0200 |
| commit | 12c1d5bd29fcc23b5c0ddb0bf2332d256abbf3a9 (patch) | |
| tree | 32bed6c58ee53c98d5dd5e1260b44bf43b41b0ca /package.json | |
project init
Diffstat (limited to 'package.json')
| -rw-r--r-- | package.json | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/package.json b/package.json new file mode 100644 index 0000000..0145e8f --- /dev/null +++ b/package.json @@ -0,0 +1,11 @@ +{ + "name": "folkestone", + "version": "1.0.0", + "description": "the folkestone gossip", + "main": "index.js", + "scripts": { + "test": "echo \"Error: no test specified\" && exit 1" + }, + "author": "", + "license": "ISC" +} |
