forked from CodingTrain/website-archive
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
39 lines (39 loc) · 1.1 KB
/
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
34
35
36
37
38
39
{
"name": "coding-train-website",
"version": "0.0.1",
"description": "Coding Train Website",
"main": "none",
"dependencies": {},
"devDependencies": {
"dotenv": "^8.0.0",
"eslint": "^6.1.0",
"eslint-config-p5js": "^1.0.1",
"eslint-config-prettier": "^6.0.0",
"eslint-plugin-prettier": "^3.1.0",
"octocat": "^1.2.1",
"prettier": "^1.18.2",
"replace-in-file": "^4.1.1",
"yaml-front-matter": "^4.0.0"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"lint": "./node_modules/.bin/eslint CodingChallenges/CC_001_StarField_p5.js/*.js",
"test-html": "bundle exec htmlproofer ./_site --assume-extension --check-html --disable-external --url-ignore '/#.*/'"
},
"repository": {
"type": "git",
"url": "git+https://github.com/CodingTrain/website.git"
},
"keywords": [
"coding",
"train",
"tutorials",
"beginner"
],
"author": "The Coding Train Community",
"license": "MIT",
"bugs": {
"url": "https://github.com/CodingTrain/website/issues"
},
"homepage": "https://github.com/CodingTrain/website#readme"
}