/
BGVal
/
brackets
Обзор
Документация
Войти
/
BGVal
/
brackets
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
master
package.json
30 строк
647 B
Shastel
🛠 Add postinstall script to check node version
07 окт 2019, 16:19
07 окт 2019, 16:19
6050b3f
Код
Авторство
О чём код?
{ "name": "brackets", "version": "1.0.0", "description": "Brackets", "main": "test.js", "scripts": { "test": "mocha test.js", "postinstall": "node postinstall.js" }, "engines": { "node": "<=10" }, "repository": { "type": "git", "url": "git+https://github.com/yankouskia/additional_5.git" }, "author": "yankouskia", "license": "ISC", "bugs": { "url": "https://github.com/yankouskia/additional_5/issues" }, "devDependencies": { "mocha": "^3.2.0" }, "homepage": "https://github.com/yankouskia/additional_5#readme", "dependencies": { "colors": "^1.4.0", "semver": "^6.3.0" } }