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
26 lines (26 loc) · 712 Bytes
/
package.json
File metadata and controls
26 lines (26 loc) · 712 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
{
"name": "brainshark-style",
"version": "2.0.0",
"description": "A mostly reasonable approach to JavaScript.",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"publish-all": "npm publish && cd ./packages/eslint-config-brainshark && npm publish"
},
"repository": {
"type": "git",
"url": "https://github.com/brainshark/javascript.git"
},
"keywords": [
"style guide",
"lint",
"brainshark",
"es6",
"es2015"
],
"author": "Harrison Shoff <hi@hshoff.com> (https://twitter.com/hshoff)",
"license": "MIT",
"bugs": {
"url": "https://github.com/brainhark/javascript/issues"
},
"homepage": "https://github.com/brainshark/javascript"
}