diff options
author | evgeny <me@ch1p.com> | 2017-06-16 20:34:12 +0300 |
---|---|---|
committer | evgeny <me@ch1p.com> | 2017-06-16 20:34:12 +0300 |
commit | 58f2e01a90d9e2c0afcc7efc4e9dbdc9314abd27 (patch) | |
tree | 3f9cba166abb6e819b8051e7d697cb40a10ee45c /package.json |
initial
Diffstat (limited to 'package.json')
-rw-r--r-- | package.json | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/package.json b/package.json new file mode 100644 index 0000000..ade919b --- /dev/null +++ b/package.json @@ -0,0 +1,7 @@ +{ + "gypfile": true, + "main": "index.js", + "name": "winutils", + "version": "1.0.0", + "os": ["win32"] +} |