forked from CodingTrain/website-archive
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
36 lines (36 loc) · 1.02 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
{
"name": "coding-train-website",
"version": "0.0.1",
"description": "Coding Train Website",
"main": "none",
"dependencies": {},
"devDependencies": {
"eslint": "^4.19.1",
"eslint-config-p5js": "^1.0.1",
"eslint-config-prettier": "^2.10.0",
"eslint-plugin-prettier": "^2.7.0",
"prettier": "^1.16.4",
"replace-in-file": "^3.4.4"
},
"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"
}