SAP-BTP-Spielwiese/app1/node_modules/graceful-readlink/package.json
Markus Rettig 775ac7b58c completed step 3 from the tutorial
you must login with an BTP account in order to see the app
2024-02-08 16:13:36 +01:00

18 lines
492 B
JSON

{
"name": "graceful-readlink",
"version": "1.0.1",
"description": "graceful fs.readlink",
"main": "index.js",
"repository": "git://github.com/zhiyelee/graceful-readlink.git",
"homepage": "https://github.com/zhiyelee/graceful-readlink",
"bugs": "https://github.com/zhiyelee/graceful-readlink/issues",
"keywords": [
"fs.readlink",
"readlink"
],
"author": "zhiyelee",
"license": "MIT",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
}
}