UNPKG

indian-colleges

Version:

A comprehensive dataset of Indian colleges, including details for structured filtering and data-driven applications.

47 lines (46 loc) 1.09 kB
{ "name": "indian-colleges", "version": "1.1.1", "description": "A comprehensive dataset of Indian colleges, including details for structured filtering and data-driven applications.", "main": "index.cjs", "module": "index.mjs", "exports": { "require": "./index.cjs", "import": "./index.mjs", "default": "./index.mjs" }, "keywords": [ "Indian Colleges", "Colleges in India", "India Colleges List", "Education Dataset", "Higher Education India", "Structured Data", "College Search", "College Data", "Dataset" ], "files": [ "index.cjs", "index.mjs", "colleges.json", "README.md" ], "type": "module", "author": "Tridev", "license": "MIT", "scripts": { "test": "node index.cjs" }, "repository": { "type": "git", "url": "https://github.com/tridev1004/Indian-Colleges" }, "homepage": "https://github.com/tridev1004/Indian-Colleges#readme", "bugs": { "url": "https://github.com/tridev1004/Indian-Colleges/issues" }, "dependencies": { "indian-colleges": "file:" } }