-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
28 lines (27 loc) · 834 Bytes
/
package.json
File metadata and controls
28 lines (27 loc) · 834 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
{
"title": "Phoenix Code AI Control",
"name": "github-phcode-dev-phoenix-code-ai-control",
"description": "Verify and control AI features in Phoenix Code for educational institutions",
"version": "1.0.0",
"license": "MIT",
"author": "Phoenix Code (https://github.com/phcode-dev)",
"homepage": "https://github.com/phcode-dev/phoenix-code-ai-control",
"engines": {
"brackets": ">=3.0.0"
},
"categories": "AI",
"keywords": [
"phcode", "AI", "control", "education", "institution", "verification"
],
"files": [
"main.js",
"html/browser-message.html",
"html/status-template.html",
"html/error-template.html"
],
"nodeConfig": {
"nodeIsRequired": false,
"main": "node/index.js",
"npmInstall": "node/"
}
}