raffy-vg
Version:
this is the test project for learning the hoisting of node packages in npm
35 lines (34 loc) • 804 B
JSON
{
"name": "raffy-vg",
"version": "1.0.4",
"description": "this is the test project for learning the hoisting of node packages in npm",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Abhishek-VG/firstNpmPackage.git"
},
"dependencies": {
"jquery": "latest"
},
"peerDependencies": {
"base64-js": "1.0.1"
},
"devDependencies": {
"as-array": "*"
},
"keywords": [
"abhishek",
"vg",
"1st",
"repo"
],
"author": "Abhishek VG",
"license": "ISC",
"bugs": {
"url": "https://github.com/Abhishek-VG/firstNpmPackage/issues"
},
"homepage": "https://github.com/Abhishek-VG/firstNpmPackage#readme"
}