1
0
mirror of https://github.com/adobe/brackets.git synced 2024-11-20 18:02:54 +01:00
brackets/package.json

71 lines
2.0 KiB
JSON
Raw Normal View History

{
"name": "Brackets",
"version": "1.11.0-0",
"apiVersion": "1.11.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",
"async": "2.1.4",
"chokidar": "1.6.1",
"decompress-zip": "0.3.0",
"fs-extra": "2.0.0",
"lodash": "4.17.4",
"npm": "3.10.10",
"opn": "4.0.2",
"request": "2.79.0",
"semver": "5.3.0",
"temp": "0.8.3",
"ws": "~0.4.31"
},
"devDependencies": {
"glob": "7.1.1",
"grunt": "0.4.5",
"husky": "0.13.2",
"jasmine-node": "1.11.0",
"grunt-jasmine-node": "0.1.0",
"grunt-cli": "0.1.9",
2015-09-13 14:32:37 +02:00
"phantomjs": "1.9.18",
"grunt-lib-phantomjs": "0.3.0",
"grunt-eslint": "19.0.0",
"grunt-contrib-watch": "1.0.0",
"grunt-contrib-jasmine": "0.4.2",
"grunt-template-jasmine-requirejs": "0.1.0",
2013-10-30 04:09:01 +01:00
"grunt-contrib-cssmin": "0.6.0",
"grunt-contrib-clean": "0.4.1",
"grunt-contrib-copy": "0.4.1",
2013-10-31 03:01:36 +01:00
"grunt-contrib-htmlmin": "0.1.3",
2017-01-02 09:11:13 +01:00
"grunt-contrib-less": "1.4.0",
2013-10-31 03:01:36 +01:00
"grunt-contrib-requirejs": "0.4.1",
2013-10-30 04:09:01 +01:00
"grunt-contrib-uglify": "0.2.0",
"grunt-contrib-concat": "0.3.0",
"grunt-targethtml": "0.2.6",
2013-10-30 04:09:01 +01:00
"grunt-usemin": "0.1.11",
"load-grunt-tasks": "3.5.0",
"q": "1.4.1",
"rewire": "1.1.2",
"xmldoc": "^0.1.2",
"grunt-cleanempty": "1.0.3",
"webpack": "2.2.1"
},
"scripts": {
"prepush": "npm run eslint",
"postinstall": "grunt install",
"test": "grunt test cla-check-pull",
"eslint": "grunt eslint"
2013-03-27 08:47:08 +01:00
},
"licenses": [
{
"type": "MIT",
"url": "https://github.com/adobe/brackets/blob/master/LICENSE"
}
]
2017-03-16 07:11:26 +01:00
}