-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.json
More file actions
32 lines (32 loc) · 903 Bytes
/
package.json
File metadata and controls
32 lines (32 loc) · 903 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
26
27
28
29
30
31
32
{
"name": "javascript-style-guide",
"version": "0.9.10",
"description": "JavaScript Style Guide with basics for client and server code, clean, unobtrusive, unopiniated, without transpilation together with jscs and jshint configurations.",
"main": null,
"devDependencies": {
"eslint": "^4.5.0",
"eslint-plugin-react": "^7.3.0",
"jscs": "^3.0.7",
"jshint": "^2.9.5",
"jsonlint": "^1.6.2"
},
"scripts": {
"test": "make test"
},
"repository": {
"type": "git",
"url": "git+https://github.com/janaxs/javascript-style-guide.git"
},
"keywords": [
"javascript",
"codestyle",
"jscs",
"jshint"
],
"author": "Mikael Roos [email protected] (https://mikaelroos.se)",
"license": "MIT",
"bugs": {
"url": "https://github.com/janaxs/javascript-style-guide/issues"
},
"homepage": "https://github.com/janaxs/javascript-style-guide#readme"
}