mirror of
https://github.com/azure/login.git
synced 2026-03-13 18:17:09 -04:00
22 lines
380 B
JSON
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"
|
|
]
|
|
}
|