Files
login/node_modules/asyncc/bower.json
2023-12-01 11:10:44 +08:00

22 lines
380 B
JSON

{
"name": "asyncc",
"description": "Just asynchronous patterns",
"main": "dist/index.js",
"authors": [
"commenthol <commenthol@gmail.com>"
],
"license": "MIT",
"keywords": [
"async",
"callback"
],
"homepage": "https://github.com/commenthol/asyncc",
"ignore": [
"**/.*",
"node_modules",
"bower_components",
"test",
"tests"
]
}