-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
25 lines (25 loc) · 776 Bytes
/
package.json
File metadata and controls
25 lines (25 loc) · 776 Bytes
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
{
"name": "codingted",
"version": "1.0.0",
"description": "source code for http://codingted.com",
"devDependencies": {
"eslint": "^4.2.0",
"eslint-config-es5": "^0.5.0"
},
"scripts": {
"lint": "eslint assets/js",
"start": "bundle exec jekyll serve -w --drafts --host 0.0.0.0 --port 80 --incremental",
"build": "bundle exec jekyll build --incremental",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/codingted/codingted.github.io.git"
},
"author": "harttle <[email protected]>",
"license": "MIT",
"bugs": {
"url": "https://github.com/harttle/harttle.github.io/issues"
},
"homepage": "https://github.com/harttle/harttle.github.io#readme"
}