1 В избранное 0 Ответвления 0

OSCHINA-MIRROR/hustcc-onfire.js

Присоединиться к Gitlife
Откройте для себя и примите участие в публичных проектах с открытым исходным кодом с участием более 10 миллионов разработчиков. Приватные репозитории также полностью бесплатны :)
Присоединиться бесплатно
Клонировать/Скачать
package.json 1.2 КБ
Копировать Редактировать Web IDE Исходные данные Просмотреть построчно История
hustcc Отправлено 22.08.2016 07:25 9163bfb
{
"name": "onfire.js",
"officialName": "onfire.js",
"version": "1.0.6",
"summary": "onfire.js is a simple events dispatcher subscribe / publish library (just 0.9kb). aysnc, simple and usefull, can be used to in react / vue / angular for Cross-component communication.",
"description": "onfire.js is a simple events dispatcher subscribe / publish library (just 0.9kb). aysnc, simple and usefull.",
"author": {
"name": "hustcc",
"url": "http://git.hust.cc/onfire.js"
},
"license": "MIT",
"keywords": [
"onfire",
"event subscribe",
"event publish",
"dispatcher",
"react",
"vue.js",
"angular",
"component communication"
],
"main": "dist/onfire.min.js",
"repository": {
"type": "git",
"url": "https://github.com/hustcc/onfire.js"
},
"bugs": {
"url": "https://github.com/hustcc/onfire.js/issues"
},
"devDependencies": {
"gulp": "^3.9.0",
"gulp-uglify": "^1.5.3",
"jshint": "^2.9.2",
"gulp-rename": "^1.2.2",
"tape": "^3.6.1"
},
"scripts": {
"lint": "jshint src/onfire.js",
"test": "npm run lint && node tests/test.js",
"build": "gulp mini && npm run test"
},
"dependencies": {
}
}

Опубликовать ( 0 )

Вы можете оставить комментарий после Вход в систему

1
https://api.gitlife.ru/oschina-mirror/hustcc-onfire.js.git
git@api.gitlife.ru:oschina-mirror/hustcc-onfire.js.git
oschina-mirror
hustcc-onfire.js
hustcc-onfire.js
master