UNPKG
zaggino.brackets-git
Version:
latest (0.16.6)
0.16.6
0.16.5
0.16.3
0.16.2
0.16.1
0.16.0
0.15.0
0.14.32
0.14.31
0.14.30
0.14.29
0.14.28
0.14.27
0.14.26
0.14.25
0.14.24
0.14.23
0.14.22
0.14.21
0.14.20
Integration of Git into Brackets
github.com/zaggino/brackets-git
zaggino/brackets-git
zaggino.brackets-git
/
requirejs-config.json
16 lines
(15 loc)
•
358 B
JSON
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
{
"paths"
:
{
"bluebird"
:
"./thirdparty/bluebird"
,
"eventemitter2"
:
"./thirdparty/eventemitter2"
,
"marked"
:
"./thirdparty/marked"
,
"md5"
:
"./thirdparty/md5"
,
"moment"
:
"./thirdparty/moment"
,
"URI"
:
"./thirdparty/URI"
}
,
"config"
:
{
"moment"
:
{
"noGlobal"
:
true
}
}
}