/
BGVal
/
reverse-int
Обзор
Документация
Войти
/
BGVal
/
reverse-int
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
master
package.json
29 строк
680 B
Maksim Shastsel
Update package.json
17 дек 2019, 19:02
Не верифицирован
17 дек 2019, 19:02
e2f1f37
Код
Авторство
О чём код?
{ "name": "rsapp-task-template", "version": "1.0.0", "description": "Template for rsapp task", "main": "index.js", "scripts": { "test": "mocha test", "postinstall": "node postinstall.js" }, "engines": { "node": "<=12" }, "repository": { "type": "git", "url": "git+https://github.com/Shastel/rsapp-task-template.git" }, "author": "max@shas.tel", "license": "MIT", "bugs": { "url": "https://github.com/Shastel/rsapp-task-template/issues" }, "homepage": "https://github.com/Shastel/rsapp-task-template#readme", "dependencies": { "chai": "^4.2.0", "colors": "^1.4.0", "mocha": "^6.2.2", "semver": "^6.3.0" } }