forked from ComboMeal-Software/anti-plagiarism-app
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
43 lines (43 loc) · 1.1 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
39
40
41
42
43
{
"name": "anti-plagiarism-app",
"version": "0.0.0",
"private": true,
"scripts": {
"start": "node ./bin/www",
"dev": "nodemon ./bin/www"
},
"dependencies": {
"array-intersection": "^0.1.2",
"array-union": "^2.1.0",
"clean-css": "^4.2.3",
"cookie-parser": "~1.4.4",
"crc-32": "^1.2.0",
"debug": "~4.1.1",
"express": "~4.17.1",
"fs-extra": "^9.0.1",
"http-errors": "~1.8.0",
"leven": "^3.1.0",
"morgan": "~1.10.0",
"multer": "^1.4.2",
"pug": "^3.0.0",
"tokenizr": "^1.5.7"
},
"devDependencies": {
"nodemon": "^2.0.4"
},
"description": "Прототип системы для анализа программ на плагиат",
"engines": {
"node": "14.x"
},
"main": "app.js",
"repository": {
"type": "git",
"url": "git+https://github.com/ComboMeal-Software/anti-plagiarism-app.git"
},
"author": "ComboMeal-Software",
"license": "MIT",
"bugs": {
"url": "https://github.com/ComboMeal-Software/anti-plagiarism-app/issues"
},
"homepage": "https://github.com/ComboMeal-Software/anti-plagiarism-app#readme"
}