mirror of
https://github.com/eclipse/upm.git
synced 2025-03-16 05:27:28 +03:00

Signed-off-by: Helio Chisisni de Castro <helio@kde.org> Signed-off-by: Brendan Le Foll <brendan.le.foll@intel.com>
10 lines
173 B
JSON
10 lines
173 B
JSON
{
|
|
"name" : "jsupm_@libname@",
|
|
"main" : "./jsupm_@libname@.node",
|
|
"version" : "@upm_VERSION_STRING@",
|
|
"engines" : {
|
|
"node": ">= 0.10.x"
|
|
},
|
|
"license": "MIT"
|
|
}
|