-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathPackage.json
31 lines (31 loc) · 1.07 KB
/
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
{
"dependencies": [
{ "repo": [ "https://bitbucket.org/mcinglis/tplrender.git",
"https://github.com/mcinglis/tplrender.git" ],
"tag": "v1.*"
},
{ "repo": [ "https://bitbucket.org/mcinglis/libtypes.git",
"https://github.com/mcinglis/libtypes.git" ],
"tag": "v3.*"
},
{ "repo": [ "https://bitbucket.org/mcinglis/libbase.git",
"https://github.com/mcinglis/libbase.git" ],
"tag": "v3.*"
},
{ "repo": [ "https://bitbucket.org/mcinglis/libstr.git",
"https://github.com/mcinglis/libstr.git" ],
"tag": "v1.*"
},
{ "repo": [ "https://bitbucket.org/mcinglis/libmaybe.git",
"https://github.com/mcinglis/libmaybe.git" ],
"tag": "v1.*"
},
{ "repo": [ "https://bitbucket.org/mcinglis/libarray.git",
"https://github.com/mcinglis/libarray.git" ],
"tag": "v2.*"
}
],
"commands": {
"clean": "make clean"
}
}