-
Notifications
You must be signed in to change notification settings - Fork 10
/
package.json
38 lines (38 loc) · 1.34 KB
/
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
31
32
33
34
35
36
37
38
{
"name": "plagiarism-detector",
"version": "1.0.0",
"description": "[![Website shields.io](https://img.shields.io/website-up-down-green-red/http/shields.io.svg)](https://crypt0knights.github.io/Plagiarism-Detector/) [![GitHub license](https://img.shields.io/github/license/Naereen/StrapDown.js.svg)](https://github.com/Crypt0knights/Plagiarism-Detector/blob/master/LICENSE) [![Open Source Love svg3](https://badges.frapsoft.com/os/v3/open-source.svg?v=103)](http://github.com/crypt0knights/)",
"main": "index.js",
"directories": {
"lib": "lib"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/sidntrivedi012/Plagiarism-Detector.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/sidntrivedi012/Plagiarism-Detector/issues"
},
"homepage": "https://github.com/sidntrivedi012/Plagiarism-Detector#readme",
"dependencies": {
"body-parser": "^1.19.0",
"express": "^4.16.4",
"fs": "0.0.1-security",
"mongodb": "^3.2.3",
"multer": "^1.4.1",
"natural": "^0.6.3",
"node-nlp": "^3.0.3",
"nodemon": "^1.19.0",
"pdf-parse": "^1.1.1",
"pdf2json": "^1.1.8",
"plagiarism-checker": "^1.2.1",
"python-shell": "^1.0.7",
"shelljs": "^0.8.3",
"website-scraper": "^4.0.1"
}
}