init
This commit is contained in:
1
.gitignore
vendored
Normal file
1
.gitignore
vendored
Normal file
@@ -0,0 +1 @@
|
|||||||
|
access.log
|
11
package.json
Normal file
11
package.json
Normal file
@@ -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"
|
||||||
|
}
|
Reference in New Issue
Block a user