FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[View Raw Code]
[Original HTTPS Page]
javascript/package.json at master · codeadotdev/javascript · GitHub
Uh oh!
There was an error while loading.
Please reload this page
.
codeadotdev
/
javascript
Public
forked from
agrcrobles/javascript
Notifications
You must be signed in to change notification settings
Fork
0
Star
1
Code
Pull requests
0
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Pull requests
Actions
Projects
Security and quality
Insights
Expand file tree
Breadcrumbs
javascript
/
package.json
Copy path
More file actions
More file actions
Latest commit
History
History
History
35 lines (35 loc) · 1.26 KB
Breadcrumbs
javascript
/
package.json
Copy path
File metadata and controls
35 lines (35 loc) · 1.26 KB
Raw
Copy raw file
Download raw file
Open symbols panel
Edit and raw actions
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
{
"name"
:
"
airbnb-style
"
,
"version"
:
"
2.0.0
"
,
"description"
:
"
A mostly reasonable approach to JavaScript.
"
,
"scripts"
: {
"preinstall"
:
"
npm run install:config && npm run install:config:base
"
,
"install:config"
:
"
cd packages/eslint-config-airbnb && npm prune && npm install
"
,
"install:config:base"
:
"
cd packages/eslint-config-airbnb-base && npm prune && npm install
"
,
"test"
:
"
npm run --silent test:config && npm run --silent test:config:base
"
,
"test:config"
:
"
cd packages/eslint-config-airbnb; npm test
"
,
"test:config:base"
:
"
cd packages/eslint-config-airbnb-base; npm test
"
,
"travis"
:
"
npm run --silent travis:config && npm run --silent travis:config:base
"
,
"travis:config"
:
"
cd packages/eslint-config-airbnb; npm run travis
"
,
"travis:config:base"
:
"
cd packages/eslint-config-airbnb-base; npm run travis
"
},
"repository"
: {
"type"
:
"
git
"
,
"url"
:
"
https://github.com/airbnb/javascript.git
"
},
"keywords"
: [
"
style guide
"
,
"
lint
"
,
"
airbnb
"
,
"
es6
"
,
"
es2015
"
,
"
react
"
,
"
jsx
"
],
"author"
:
"
Harrison Shoff <hi@hshoff.com> (https://twitter.com/hshoff)
"
,
"license"
:
"
MIT
"
,
"bugs"
: {
"url"
:
"
https://github.com/airbnb/javascript/issues
"
},
"homepage"
:
"
https://github.com/airbnb/javascript
"
}
Back
|
FazBrowse Home
|
New Git URL