diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..f2cc884 --- /dev/null +++ b/.gitignore @@ -0,0 +1 @@ +access.log \ No newline at end of file diff --git a/package.json b/package.json new file mode 100644 index 0000000..60fcfd5 --- /dev/null +++ b/package.json @@ -0,0 +1,11 @@ +{ + "name": "statistics", + "version": "1.0.0", + "description": "统计", + "main": "index.js", + "scripts": { + "test": "echo \"Error: no test specified\" && exit 1" + }, + "author": "satori", + "license": "GPL-3.0-only" +}