UNPKG

3 kBJSONView Raw
1{
2 "config": {
3 "app_title": "Brackets",
4 "app_name_about": "Brackets",
5 "about_icon": "styles/images/brackets_icon.svg",
6 "update_info_url": "http://s3.amazonaws.com/files.brackets.io/updates/stable/",
7 "how_to_use_url": "https://github.com/adobe/brackets/wiki/How-to-Use-Brackets",
8 "support_url": "https://github.com/adobe/brackets/wiki/Troubleshooting",
9 "suggest_feature_url": "https://github.com/adobe/brackets/wiki/Suggest-a-Feature",
10 "get_involved_url": "https://github.com/adobe/brackets/blob/master/CONTRIBUTING.md",
11 "glob_help_url": "https://github.com/adobe/brackets/wiki/Using-File-Filters",
12 "release_notes_url": "https://github.com/adobe/brackets/wiki/Release-Notes",
13 "homepage_url": "http://brackets.io",
14 "twitter_url": "https://twitter.com/brackets",
15 "troubleshoot_url": "https://github.com/adobe/brackets/wiki/Troubleshooting#wiki-livedev",
16 "twitter_name": "@brackets",
17 "contributors_url": "https://api.github.com/repos/adobe/brackets/contributors?per_page={0}&page={1}",
18 "extension_listing_url": "",
19 "extension_registry": "https://s3.amazonaws.com/extend.brackets/registry.json",
20 "extension_url": "https://s3.amazonaws.com/extend.brackets/{0}/{0}-{1}.zip",
21 "linting.enabled_by_default": true,
22 "build_timestamp": "Fri Oct 10 2014 01:14:55 GMT+0300"
23 },
24 "name": "Brackets",
25 "version": "0.44.0-14924",
26 "apiVersion": "0.44.0",
27 "homepage": "http://brackets.io",
28 "issues": {
29 "url": "http://github.com/adobe/brackets/issues"
30 },
31 "repository": {
32 "type": "git",
33 "url": "https://github.com/adobe/brackets.git",
34 "branch": "master",
35 "SHA": "17d78a3c10f7f68d22876ff7f17f709f0367c4c1"
36 },
37 "devDependencies": {
38 "grunt": "0.4.1",
39 "jasmine-node": "1.11.0",
40 "grunt-jasmine-node": "0.1.0",
41 "grunt-cli": "0.1.9",
42 "phantomjs": "1.9.0-1",
43 "grunt-lib-phantomjs": "0.3.0",
44 "grunt-contrib-jshint": "0.6.0",
45 "grunt-contrib-watch": "0.4.3",
46 "grunt-contrib-jasmine": "0.4.2",
47 "grunt-template-jasmine-requirejs": "0.1.0",
48 "grunt-contrib-cssmin": "0.6.0",
49 "grunt-contrib-clean": "0.4.1",
50 "grunt-contrib-copy": "0.4.1",
51 "grunt-contrib-htmlmin": "0.1.3",
52 "grunt-contrib-less": "0.8.2",
53 "grunt-contrib-requirejs": "0.4.1",
54 "grunt-contrib-uglify": "0.2.0",
55 "grunt-contrib-concat": "0.3.0",
56 "grunt-targethtml": "0.2.6",
57 "grunt-usemin": "0.1.11",
58 "load-grunt-tasks": "0.2.0",
59 "q": "0.9.2",
60 "jshint": "2.1.4",
61 "xmldoc": "^0.1.2"
62 },
63 "scripts": {
64 "postinstall": "grunt install",
65 "test": "grunt cla-check-pull test"
66 },
67 "licenses": [
68 {
69 "type": "MIT",
70 "url": "https://github.com/adobe/brackets/blob/master/LICENSE"
71 }
72 ]
73}
\No newline at end of file