FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[View Raw Code]
[Original HTTPS Page]
JavaScript-I-Mini/package.json at master · Souro7/JavaScript-I-Mini · GitHub
Souro7
/
JavaScript-I-Mini
Public
forked from
bloominstituteoftechnology/JavaScript-I-Mini
Notifications
You must be signed in to change notification settings
Fork
0
Star
0
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-I-Mini
/
package.json
Copy path
More file actions
More file actions
Latest commit
History
History
History
29 lines (29 loc) · 823 Bytes
Breadcrumbs
JavaScript-I-Mini
/
package.json
Copy path
File metadata and controls
29 lines (29 loc) · 823 Bytes
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
{
"name"
:
"
javascript-i-mini
"
,
"version"
:
"
1.0.0
"
,
"description"
:
"
### Description
"
,
"main"
:
"
index.js
"
,
"scripts"
: {
"test"
:
"
eslint tests/*.js && eslint src/*.js && jest --verbose
"
,
"test:watch"
:
"
npm test -- --watch
"
},
"repository"
: {
"type"
:
"
git
"
,
"url"
:
"
git+https://github.com/LambdaSchool/JavaScript-I-Mini.git
"
},
"author"
:
"
"
,
"license"
:
"
ISC
"
,
"bugs"
: {
"url"
:
"
https://github.com/LambdaSchool/JavaScript-I-Mini/issues
"
},
"homepage"
:
"
https://github.com/LambdaSchool/JavaScript-I-Mini#readme
"
,
"dependencies"
: {
"babel-preset-es2015"
:
"
^6.24.1
"
,
"eslint"
:
"
^4.18.0
"
,
"eslint-config-airbnb"
:
"
^16.1.0
"
,
"eslint-config-airbnb-base"
:
"
^12.1.0
"
,
"eslint-plugin-import"
:
"
^2.8.0
"
,
"jest"
:
"
^22.3.0
"
,
"regenerator-runtime"
:
"
^0.11.1
"
}
}
Back
|
FazBrowse Home
|
New Git URL