forked from adobe/brackets
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
30 lines (30 loc) · 940 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
{
"name" : "Brackets",
"version" : "0.20.0-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" : ""
},
"devDependencies" :
{
"grunt" : ">=0.4.0rc5",
"grunt-cli" : ">=0.1.6",
"grunt-contrib-jshint" : ">=0.1.1rc6",
"grunt-contrib-watch" : ">=0.2.0rc5",
"grunt-contrib-jasmine" : ">=0.3.0rc7",
"grunt-template-jasmine-requirejs" : ">=0.1.0"
},
"scripts" :
{
"postinstall" : "grunt install",
"test" : "grunt test"
}
}