diff options
| author | schneefux <schneefux+commit@schneefux.xyz> | 2017-03-28 18:29:39 +0200 |
|---|---|---|
| committer | schneefux <schneefux+commit@schneefux.xyz> | 2017-03-28 18:29:39 +0200 |
| commit | 151d1ff466c1d2904eafe6f0d383f89978114cb0 (patch) | |
| tree | fdb2a0420f6be6f8cd16373fa591ed9f9a7e48c3 /package.json | |
| parent | 3c7b19d77476d774762b4a6c97bff18bcd0b249a (diff) | |
| download | apigrabber-151d1ff466c1d2904eafe6f0d383f89978114cb0.tar.gz apigrabber-151d1ff466c1d2904eafe6f0d383f89978114cb0.zip | |
rewrite in NodeJS
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..401ffb8 --- /dev/null +++ b/package.json @@ -0,0 +1,11 @@ +{ + "name": "apigrabber", + "version": "2.0.0", + "description": "", + "main": "worker.js", + "scripts": { + "test": "echo \"Error: no test specified\" && exit 1" + }, + "author": "schneefux", + "license": "UNLICENSED" +} |
