diff options
| author | Jules Laplace <jules@okfoc.us> | 2017-03-08 12:24:47 +0100 |
|---|---|---|
| committer | Jules Laplace <jules@okfoc.us> | 2017-03-08 12:24:47 +0100 |
| commit | 0ccc76b28a573c4330e614403ede6ad40193d961 (patch) | |
| tree | 13827c57a3b8bfb033185d5daf941d94d99f77c6 /package.json | |
initial version of library
Diffstat (limited to 'package.json')
| -rw-r--r-- | package.json | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/package.json b/package.json new file mode 100644 index 0000000..d322799 --- /dev/null +++ b/package.json @@ -0,0 +1,19 @@ +{ + "name": "basic", + "version": "1.0.0", + "description": "convert between bases", + "main": "index.js", + "scripts": { + "test": "echo \"Error: no test specified\" && exit 1" + }, + "repository": { + "type": "git", + "url": "git+ssh://git@github.com/julescarbon/basic.git" + }, + "author": "julie", + "license": "UNLICENSED", + "bugs": { + "url": "https://github.com/julescarbon/basic/issues" + }, + "homepage": "https://github.com/julescarbon/basic#readme" +} |
