forked from ec-idds/hackathon-client
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
23 lines (23 loc) · 730 Bytes
/
package.json
File metadata and controls
23 lines (23 loc) · 730 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
{
"name": "p5js-vscode-template",
"version": "1.2.1",
"description": "Template for creating p5.js assignments to run in Visual Studio Code with dev containers for linting",
"main": "index.html",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/ec-idds/p5js-vscode-template.git"
},
"author": "Mark Sherman <profmarksherman@gmail.com>",
"license": "GPL-3.0",
"bugs": {
"url": "https://github.com/ec-idds/codio-p5js-vscode-template/issues"
},
"homepage": "https://github.com/ec-idds/codio-p5js-vscode-template#readme",
"devDependencies": {
"eslint": "^8.56.0",
"eslint-plugin-p5js": "^1.0.0"
}
}