diff options
Diffstat (limited to 'package.json')
-rw-r--r-- | package.json | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/package.json b/package.json new file mode 100644 index 0000000..5454848 --- /dev/null +++ b/package.json @@ -0,0 +1,12 @@ +{ + "name": "uv_link_t", + "version": "1.0.0", + "private": true, + "keywords": [], + "scripts": { "test": "make test" }, + "author": "Fedor Indutny <fedor@indutny.com>", + "license": "MIT", + "dependencies": { + "gypkg": "^1.0.1" + } +} |