/
tonynasta
/
async-call
Обзор
Документация
Войти
/
tonynasta
/
async-call
Код
Запросы
0
Задачи
Вики
Пакеты
0
Релизы
0
Аналитика
Безопасность
master
package.json
26 строк
501 B
Anton Permyakov
package.json added
27 янв 2015, 15:57
27 янв 2015, 15:57
2aec533
Код
Авторство
О чём код?
{ "name": "async-call", "version": "1.0.0", "description": "Yet another async library for nodejs", "main": "async.js", "directories": { "test": "test" }, "scripts": { "test": "mocha" }, "repository": { "type": "git", "url": "git://github.com/tonynasta/async-call.git" }, "keywords": [ "nodejs", "javascript", "async" ], "author": "Anton Permyakov", "license": "MIT", "bugs": { "url": "https://github.com/tonynasta/async-call/issues" } }