forked from CodingTrain/website-archive
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
34 lines (34 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
33
34
{
"name": "coding-train-website",
"version": "0.0.1",
"description": "Coding Train Website",
"main": "none",
"dependencies": {},
"devDependencies": {
"eslint": "^4.18.2",
"eslint-config-p5js": "^1.0.1",
"eslint-config-prettier": "^2.9.0",
"eslint-plugin-prettier": "^2.6.0",
"prettier": "^1.11.1"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"lint": "./node_modules/.bin/eslint CodingChallenges/CC_001_StarField_p5.js/*.js"
},
"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"
}