-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
38 lines (38 loc) · 922 Bytes
/
Copy pathpackage.json
File metadata and controls
38 lines (38 loc) · 922 Bytes
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": "poll",
"version": "2.2.5",
"description": "Blog tool for ENT Core.",
"main": "gulpfile.js",
"dependencies": {
"@types/core-js": "0.9.42",
"axios": "0.16.2",
"core-js": "2.4.1",
"entcore": "4.8.20",
"entcore-toolkit": "^1.0.1",
"gulp": "3.9.1",
"gulp-clean": "^0.3.2",
"merge2": "^1.1.0",
"ts-loader": "^3.2.0",
"typescript": "4.8.3",
"webpack": "3.1.0",
"webpack-stream": "3.2.0",
"yargs": "^8.0.2"
},
"devDependencies": {
"@types/jquery": "^2.0.34",
"gulp-replace": "^1.0.0"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "https://github.com/OPEN-ENT-NG/community.git"
},
"author": "",
"license": "AGPL-3.0",
"bugs": {
"url": "https://github.com/OPEN-ENT-NG/community/issues"
},
"homepage": "https://github.com/OPEN-ENT-NG/community"
}