Skip to content

Commit d359140

Browse files
committed
add package.json
1 parent 87d67d0 commit d359140

File tree

1 file changed

+24
-0
lines changed

1 file changed

+24
-0
lines changed

package.json

+24
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,24 @@
1+
{
2+
"name": "poplar-logger",
3+
"version": "1.0.0",
4+
"description": "Poplar logger middleware",
5+
"main": "index.js",
6+
"scripts": {
7+
"test": "mocha"
8+
},
9+
"repository": {
10+
"type": "git",
11+
"url": "git+https://github.com/poplarjs/poplar-logger.git"
12+
},
13+
"keywords": [
14+
"poplar",
15+
"logger",
16+
"middleware"
17+
],
18+
"author": "lyfeyaj",
19+
"license": "MIT",
20+
"bugs": {
21+
"url": "https://github.com/poplarjs/poplar-logger/issues"
22+
},
23+
"homepage": "https://github.com/poplarjs/poplar-logger#readme"
24+
}

0 commit comments

Comments
 (0)