forked from airbnb/javascript
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
38 lines (38 loc) · 948 Bytes
/
package.json
File metadata and controls
38 lines (38 loc) · 948 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
33
34
35
36
37
38
{
"name": "evozonjs-style",
"version": "1.0.0",
"description": "A mostly reasonable approach to JavaScript forked from airbnb-style",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"publish-all": "npm publish && cd ./packages/eslint-config-airbnb && npm publish"
},
"repository": {
"type": "git",
"url": "https://github.com/evozonjs/javascript.git"
},
"keywords": [
"style guide",
"lint",
"airbnb",
"es6",
"es2015",
"react",
"jsx"
],
"author": "Harrison Shoff <hi@hshoff.com> (https://twitter.com/hshoff)",
"contributors": [
{
"name": "Alex Pausan",
"url": "https://github.com/alexpausan"
},
{
"name": "Robert Richter",
"url": "https://github.com/robi-richter"
}
],
"license": "MIT",
"bugs": {
"url": "https://github.com/evozonjs/javascript/issues"
},
"homepage": "https://github.com/evozonjs/javascript"
}