{
"//": "Autogenerated by the npm_generate_platform_packages.sh script, do not edit by hand",
"name": "${PACKAGE_NAME}",
"version": "${VERSION}",
"repository": {
"type": "git",
"url": "https://github.com/asg017/${PACKAGE_NAME_BASE}.git",
"directory": "npm/${PACKAGE_NAME}"
},
"author": "Alex Garcia <alexsebastian.garcia@gmail.com>",
"os": [
"${PLATFORM_OS}"
],
"cpu": [
"${PLATFORM_ARCH}"
]
}