-
Notifications
You must be signed in to change notification settings - Fork 3
/
package.json
31 lines (31 loc) · 989 Bytes
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
{
"name": "albertinad.open-as-project",
"title": "Open as Project",
"version": "0.0.2",
"description": "Open as Project is a Brackets extension that lets you select an entry from the Project Tree View, and open it as a project, and then navigate back to the previous selection, using the Project Contextual Menu.",
"homepage": "https://github.com/albertinad/open-as-project",
"repository": {
"type": "git",
"url": "https://github.com/albertinad/open-as-project.git"
},
"bugs": {
"url": "https://github.com/albertinad/open-as-project/issues"
},
"engines": {
"brackets": ">=1.0.0"
},
"devDependencies": {
"grunt": "0.4.5",
"grunt-cli": "0.1.13",
"grunt-jscs": "1.6.0",
"grunt-zip": "0.16.2",
"load-grunt-tasks": "1.0.0"
},
"i18n": ["en", "es"],
"keywords": [
"brackets-extension",
"brackets",
"project",
"open project"
]
}