-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
32 lines (32 loc) · 883 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
{
"name": "cct",
"version": "2.0.1",
"description": "Canada Citizenship Test (CCT) is a platform for people preparing for Canadian Citizenship test",
"keywords": [
"citizenship test",
"citizenship",
"Canada",
"canadian",
"canada citizenship test",
"Raymart De Guzman",
"raymart de guzman"
],
"repository": "https://github.com/tramyardg/cct.git",
"homepage": "http://canadiancitizenshiptest.c1.biz/index.html/",
"author": "Raymart De Guzman <[email protected]>",
"private": true,
"scripts": {
"eslint": "eslint js/internal/*.js"
},
"dependencies": {
"jquery": "^3.4.1"
},
"devDependencies": {
"eslint": "^4.19.1",
"eslint-config-standard": "^11.0.0",
"eslint-plugin-import": "^2.18.2",
"eslint-plugin-node": "^6.0.1",
"eslint-plugin-promise": "^3.8.0",
"eslint-plugin-standard": "^3.0.1"
}
}