/
githubmirror
/
brackets
Обзор
Документация
Войти
/
githubmirror
/
brackets
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
release-1.7
package.json
52 строки
2 KB
ficristo
Update a couple of dependencies in package.json at the root
03 май 2016, 22:27
03 май 2016, 22:27
36983a2
Код
Авторство
О чём код?
{ "name": "Brackets", "version": "1.7.0-0", "apiVersion": "1.7.0", "homepage": "http://brackets.io", "issues": { "url": "http://github.com/adobe/brackets/issues" }, "repository": { "type": "git", "url": "https://github.com/adobe/brackets.git", "branch": "", "SHA": "" }, "devDependencies": { "grunt": "0.4.5", "jasmine-node": "1.11.0", "grunt-jasmine-node": "0.1.0", "grunt-cli": "0.1.9", "phantomjs": "1.9.18", "grunt-lib-phantomjs": "0.3.0", "grunt-eslint": "18.1.0", "grunt-contrib-watch": "0.4.3", "grunt-contrib-jasmine": "0.4.2", "grunt-template-jasmine-requirejs": "0.1.0", "grunt-contrib-cssmin": "0.6.0", "grunt-contrib-clean": "0.4.1", "grunt-contrib-copy": "0.4.1", "grunt-contrib-htmlmin": "0.1.3", "grunt-contrib-less": "1.0.1", "grunt-contrib-requirejs": "0.4.1", "grunt-contrib-uglify": "0.2.0", "grunt-contrib-concat": "0.3.0", "grunt-targethtml": "0.2.6", "grunt-usemin": "0.1.11", "load-grunt-tasks": "3.5.0", "q": "1.4.1", "semver": "^4.1.0", "xmldoc": "^0.1.2", "grunt-cleanempty": "1.0.3" }, "scripts": { "postinstall": "grunt install", "test": "grunt cla-check-pull test" }, "licenses": [ { "type": "MIT", "url": "https://github.com/adobe/brackets/blob/master/LICENSE" } ] }