-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
27 lines (27 loc) · 937 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
{
"name": "devnetic",
"description": "An interactive teaching app developed by App Dev League for students looking to learn about Application Development and AI in the form of multiple choice questions, an integrated code editor, project-oriented curriculum, and a gamified leveling up system.",
"version": "1.0.2",
"scripts": {
"build": "node build.js",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/App-Dev-League/Devnetic.git"
},
"author": "App Dev League",
"license": "AGPL-3.0-or-later",
"bugs": {
"url": "https://github.com/App-Dev-League/Devnetic/issues"
},
"homepage": "https://github.com/App-Dev-League/Devnetic#readme",
"dependencies": {
"dictionary-en": "3.2.0",
"html-minifier": "^4.0.0",
"jsonminify": "^0.4.2",
"nspell": "2.1.5",
"uglify-js": "^3.15.5",
"express": "4.18.1"
}
}