forked from adobe/brackets-shell
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
31 lines (31 loc) · 859 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": "Brackets-Shell",
"version": "0.36.0-0",
"homepage": "http://brackets.io",
"issues": {
"url": "http://github.com/adobe/brackets-shell/issues"
},
"repository": {
"type": "git",
"url": "https://github.com/adobe/brackets-shell.git",
"branch": "",
"SHA": ""
},
"devDependencies": {
"grunt": "0.4.1",
"grunt-cli": "0.1.6",
"grunt-contrib-jshint": "0.2.0",
"grunt-contrib-copy": "0.4.0",
"grunt-contrib-clean": "0.4.0",
"guid": "0.0.10",
"grunt-curl": "0.5.0",
"grunt-shell": "0.2.1",
"q": "0.9.2",
"semver": "2.0.11"
},
"scripts": {
"preinstall": "bash -c 'mv appshell.gyp .appshell.gyp'",
"install": "",
"postinstall": "bash -c 'mv .appshell.gyp appshell.gyp;'"
}
}