/
githubmirror
/
atom
Обзор
Документация
Войти
/
githubmirror
/
atom
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
master
packages/dev-live-reload/package.json
28 строк
510 B
David Wilson
:arrow_right: Migrate core package 'dev-live-reload' into ./packages
28 сен 2018, 20:06
28 сен 2018, 20:06
1904c01
Код
Авторство
О чём код?
{ "name": "dev-live-reload", "main": "./lib/main", "version": "0.48.1", "description": "Live reload atom themes and packages.", "repository": "https://github.com/atom/atom", "license": "MIT", "dependencies": { "fs-plus": "^3.0.0" }, "engines": { "atom": "*" }, "devDependencies": { "standard": "^10.0.3" }, "standard": { "env": { "atomtest": true, "browser": true, "jasmine": true, "node": true }, "globals": [ "atom" ] } }