-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
33 lines (33 loc) · 843 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
28
29
30
31
32
33
{
"name": "@misclicked/simple-online-judge",
"version": "1.0.1",
"description": "a simple online judge",
"main": "beep_boop.js",
"scripts": {
"test": "node beep_boop.js"
},
"author": "misclicked",
"license": "ISC",
"devDependencies": {
"eslint": "^5.16.0",
"eslint-config-airbnb": "^17.1.0",
"eslint-plugin-import": "^2.17.2",
"eslint-plugin-jsx-a11y": "^6.2.1",
"eslint-plugin-react": "^7.13.0"
},
"dependencies": {
"eslint-config-defaults": "^9.0.0",
"ideone-node": "0.0.3"
},
"repository": {
"type": "git",
"url": "git+ssh://[email protected]/misclicked/Simple-Online-Judge.git"
},
"keywords": [
"npm"
],
"bugs": {
"url": "https://github.com/misclicked/Simple-Online-Judge/issues"
},
"homepage": "https://github.com/misclicked/Simple-Online-Judge#readme"
}