-
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
19 lines (19 loc) · 589 Bytes
/
package.json
File metadata and controls
19 lines (19 loc) · 589 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
{
"name": "@cyrilverloop/codingame-configuration",
"version": "1.25.0",
"description": "A project that contains CodinGame input, output and default code.",
"repository": {
"type": "git",
"url": "git+https://github.com/cyrilverloop/codingame-configuration.git"
},
"keywords": [
"CodinGame",
"configuration"
],
"author": "Cyril VERLOOP <cyril.verloop@webqard.fr>",
"license": "MIT",
"bugs": {
"url": "https://github.com/cyrilverloop/codingame-configuration/issues"
},
"homepage": "https://github.com/cyrilverloop/codingame-configuration#readme"
}