1
0
mirror of https://github.com/adobe/brackets.git synced 2024-11-20 18:02:54 +01:00
brackets/package.json
Saurabh Kathpalia 8b1ff4b1af Added Reverse Inspect in Live Preview using WebSockets, and now forwa… (#13044)
* Added Reverse Inspect in Live Preview using WebSockets, and now forward inspect brings the html element in focus to the viewport in Live Preview

* Added commands to start and close the WebSocketServer used in Live Preview and also now port is read from preferences file

* Addressed review comments- used window.scrollTo instead of scrollIntoViewIfNeeded, added a check for port number in RemoteFunctions and some minor changes

* Added dependency of ws in the root directory

* Used window.document instead of defining global document in RemoteFunctions.js

* Added JSDoc description in WebSocketTransportDomain.js and used lodash instead of for loop in HTMLInstrumentation.js

* Added copy task of copying LiveDevelopment/transports to dist
2017-02-14 11:21:51 +05:30

60 lines
1.7 KiB
JSON

{
"name": "Brackets",
"version": "1.9.0-0",
"apiVersion": "1.9.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": ""
},
"dependencies": {
"anymatch": "1.3.0",
"chokidar": "1.6.0",
"lodash": "4.15.0",
"ws": "~0.4.31"
},
"devDependencies": {
"glob": "7.0.6",
"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.4.0",
"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"
}
]
}