blob: 5d830af386902f614e4a4f0d4158ad92c65e1c78 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
{
"name": "tools",
"version": "0.1.0",
"description": "Montage Tools",
"main": "tools",
"mappings": {
"montage" : "../montage/"
},
"dependency": {
"montage" : "0.8"
}
}
|