FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[View Raw Code]
[Original HTTPS Page]
JavaScript-II/package.json at master · FJF616/JavaScript-II · GitHub
FJF616
/
JavaScript-II
Public
forked from
bloominstituteoftechnology/JavaScript-II-Stretch-Assignment
Notifications
You must be signed in to change notification settings
Fork
0
Star
0
Code
Pull requests
0
Actions
Projects
Wiki
Security and quality
0
Insights
Additional navigation options
Code
Pull requests
Actions
Projects
Wiki
Security and quality
Insights
Expand file tree
Breadcrumbs
JavaScript-II
/
package.json
Copy path
More file actions
More file actions
Latest commit
History
History
History
30 lines (30 loc) · 809 Bytes
Breadcrumbs
JavaScript-II
/
package.json
Copy path
File metadata and controls
30 lines (30 loc) · 809 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
30
{
"name"
:
"
javascript-ii
"
,
"version"
:
"
1.0.0
"
,
"description"
:
"
JavaScript II
"
,
"main"
:
"
index.js
"
,
"scripts"
: {
"test"
:
"
eslint tests/*.test.js && eslint src/*.js && jest --verbose
"
,
"test:watch"
:
"
npm test -- --watch
"
},
"author"
:
"
Ben Nelson
"
,
"license"
:
"
ISC
"
,
"repository"
: {
"type"
:
"
git
"
,
"url"
:
"
git+https://github.com/LambdaSchool/javascript-ii.git
"
},
"devDependencies"
: {
"babel-jest"
:
"
^19.0.0
"
,
"eslint"
:
"
^3.17.1
"
,
"eslint-config-airbnb-base"
:
"
^11.1.3
"
,
"eslint-plugin-import"
:
"
^2.8.0
"
,
"jest"
:
"
^19.0.2
"
,
"regenerator-runtime"
:
"
^0.10.3
"
},
"dependencies"
: {
"babel-preset-es2015"
:
"
^6.24.0
"
,
"eslint-config-airbnb"
:
"
^14.1.0
"
,
"eslint-plugin-jsx-a11y"
:
"
^3.0.2 || ^4.0.0
"
,
"eslint-plugin-react"
:
"
6.9.0
"
}
}
Back
|
FazBrowse Home
|
New Git URL