forked from endSly/world-universities-csv
-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
30 lines (30 loc) · 981 Bytes
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
{
"name": "world-universities-search",
"version": "1.0.4",
"description": "world-universities-csv ====================== This is a forked copy of two CSV files with universities in the US and around the world.",
"main": "./search.js",
"types": "./types.d.ts",
"keywords": ["world universities list", "seach university", "email validator", "is university email", "university email"],
"scripts": {
"main": "search.js",
"build": "node extractData.js > world-universities.json",
"index": "node buildIndex.js > idx.json",
"test": "node test.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/syzer/world-universities-csv.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/syzer/world-universities-csv/issues"
},
"homepage": "https://github.com/syzer/world-universities-csv#readme",
"devDependencies": {
"csv-parse": "^4.15.4"
},
"dependencies": {
"lunr": "^2.3.9"
}
}