This website works better with JavaScript
Página inicial
Explorar
Ajuda
Registrar
Entrar
herby
/
amd-config-builder
Observar
1
Favorito
0
Fork
1
Arquivos
Issues
1
Pull Requests
0
Wiki
Tree:
3311bd4b31
Branches
Tags
master
readdirp
v0.3.1
v0.3.0
0.2.3
0.2.2
0.2.1
0.2.0
0.1.3
0.1.2
0.1.1
0.1.0
amd-config-b...
/
test
/
two-locals-two-others-shim
/
other.amd.json
other.amd.json
137 B
Histórico
Raw
1
2
3
4
5
6
7
8
9
{
"config": {
"b": 2, "c": 2
},
"shim": {
"a": {"deps": ["other"]},
"b": {"exports": "other"}
}
}