-
Notifications
You must be signed in to change notification settings - Fork 38
Expand file tree
/
Copy pathpackage.json
More file actions
25 lines (25 loc) · 740 Bytes
/
package.json
File metadata and controls
25 lines (25 loc) · 740 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": "javascript-style-guide",
"version": "1.0.0",
"description": "A mostly reasonable approach to JavaScript(日本語).",
"main": "README.md",
"engines": {
"node": "^8.9.0"
},
"devDependencies": {
"markdownlint-cli": "^0.47.0"
},
"scripts": {
"test": "node_modules/.bin/markdownlint {.,react,css-in-javascript}/*.md -c .markdownlint.json"
},
"repository": {
"type": "git",
"url": "git+https://github.com/mitsuruog/javascript-style-guide.git"
},
"author": "Mitsuru Ogawa <mitsuru.ogawa.jp@gmail.com>",
"license": "MIT",
"bugs": {
"url": "https://github.com/mitsuruog/javascript-style-guide/issues"
},
"homepage": "https://github.com/mitsuruog/javascript-style-guide#readme"
}