2013-01-24 19:45:28 +01:00
|
|
|
{
|
2013-02-15 23:36:05 +01:00
|
|
|
"name": "Brackets",
|
2019-05-02 10:10:42 +02:00
|
|
|
"version": "1.15.0-0",
|
|
|
|
"apiVersion": "1.15.0",
|
2013-02-15 23:36:05 +01:00
|
|
|
"homepage": "http://brackets.io",
|
|
|
|
"issues": {
|
|
|
|
"url": "http://github.com/adobe/brackets/issues"
|
2013-01-24 19:45:28 +01:00
|
|
|
},
|
2013-02-15 23:36:05 +01:00
|
|
|
"repository": {
|
|
|
|
"type": "git",
|
|
|
|
"url": "https://github.com/adobe/brackets.git",
|
|
|
|
"branch": "",
|
|
|
|
"SHA": ""
|
2013-01-24 19:45:28 +01:00
|
|
|
},
|
2017-08-31 17:15:20 +02:00
|
|
|
"defaultExtensions": {
|
2017-09-20 11:36:34 +02:00
|
|
|
"brackets-eslint": "3.2.0"
|
2017-08-31 17:15:20 +02:00
|
|
|
},
|
2017-01-03 09:15:35 +01:00
|
|
|
"dependencies": {
|
|
|
|
"anymatch": "1.3.0",
|
2017-03-15 08:48:06 +01:00
|
|
|
"async": "2.1.4",
|
|
|
|
"chokidar": "1.6.1",
|
|
|
|
"decompress-zip": "0.3.0",
|
|
|
|
"fs-extra": "2.0.0",
|
|
|
|
"lodash": "4.17.4",
|
2017-08-05 10:58:38 +02:00
|
|
|
"npm": "3.10.10",
|
2017-02-22 21:21:17 +01:00
|
|
|
"opn": "4.0.2",
|
2017-03-15 08:48:06 +01:00
|
|
|
"request": "2.79.0",
|
|
|
|
"semver": "5.3.0",
|
|
|
|
"temp": "0.8.3",
|
2017-02-14 06:51:51 +01:00
|
|
|
"ws": "~0.4.31"
|
2017-01-03 09:15:35 +01:00
|
|
|
},
|
2013-02-15 23:36:05 +01:00
|
|
|
"devDependencies": {
|
2017-03-15 08:48:06 +01:00
|
|
|
"glob": "7.1.1",
|
2015-09-13 11:47:14 +02:00
|
|
|
"grunt": "0.4.5",
|
2017-03-08 09:37:10 +01:00
|
|
|
"husky": "0.13.2",
|
2013-10-21 18:04:48 +02:00
|
|
|
"jasmine-node": "1.11.0",
|
2013-10-11 16:37:46 +02:00
|
|
|
"grunt-jasmine-node": "0.1.0",
|
2013-10-21 18:04:48 +02:00
|
|
|
"grunt-cli": "0.1.9",
|
2015-09-13 14:32:37 +02:00
|
|
|
"phantomjs": "1.9.18",
|
2013-04-05 18:56:04 +02:00
|
|
|
"grunt-lib-phantomjs": "0.3.0",
|
2017-03-20 20:47:49 +01:00
|
|
|
"grunt-eslint": "19.0.0",
|
2017-04-07 20:20:57 +02:00
|
|
|
"grunt-contrib-watch": "1.0.0",
|
2013-04-05 18:56:04 +02:00
|
|
|
"grunt-contrib-jasmine": "0.4.2",
|
2013-04-02 19:36:48 +02:00
|
|
|
"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",
|
2013-11-01 19:10:32 +01:00
|
|
|
"grunt-targethtml": "0.2.6",
|
2013-10-30 04:09:01 +01:00
|
|
|
"grunt-usemin": "0.1.11",
|
2017-08-31 17:15:20 +02:00
|
|
|
"grunt-cleanempty": "1.0.3",
|
2016-01-07 11:23:29 +01:00
|
|
|
"load-grunt-tasks": "3.5.0",
|
|
|
|
"q": "1.4.1",
|
2017-03-15 08:48:06 +01:00
|
|
|
"rewire": "1.1.2",
|
2017-08-31 17:15:20 +02:00
|
|
|
"tar": "2.2.1",
|
|
|
|
"webpack": "2.2.1",
|
|
|
|
"xmldoc": "0.1.2",
|
|
|
|
"zlib": "1.0.5"
|
2013-01-24 19:45:28 +01:00
|
|
|
},
|
2013-02-15 23:36:05 +01:00
|
|
|
"scripts": {
|
2017-03-08 09:37:10 +01:00
|
|
|
"prepush": "npm run eslint",
|
2013-02-15 23:36:05 +01:00
|
|
|
"postinstall": "grunt install",
|
2019-04-05 11:55:16 +02:00
|
|
|
"test": "grunt test",
|
2017-03-02 02:20:25 +01:00
|
|
|
"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
|
|
|
}
|