FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[View Raw Code]
[Original HTTPS Page]
BEM-CSS-Example/package.json at master · khaledayed/BEM-CSS-Example · GitHub
khaledayed
/
BEM-CSS-Example
Public
Notifications
You must be signed in to change notification settings
Fork
9
Star
18
Code
Issues
0
Pull requests
16
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Projects
Security and quality
Insights
Expand file tree
Breadcrumbs
BEM-CSS-Example
/
package.json
Copy path
More file actions
More file actions
Latest commit
History
History
History
31 lines (31 loc) · 798 Bytes
Breadcrumbs
BEM-CSS-Example
/
package.json
Copy path
File metadata and controls
31 lines (31 loc) · 798 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
31
{
"name"
:
"
bem-css-example
"
,
"version"
:
"
1.0.0
"
,
"description"
:
"
Using of Block-element-modifier standard for CSS class names
"
,
"main"
:
"
index.js
"
,
"scripts"
: {
"build"
:
"
gulp watch
"
},
"repository"
: {
"type"
:
"
git
"
,
"url"
:
"
git+ssh://git@github.com/khaledayed/BEM-CSS-Example.git
"
},
"author"
:
"
"
,
"license"
:
"
ISC
"
,
"bugs"
: {
"url"
:
"
https://github.com/khaledayed/BEM-CSS-Example/issues
"
},
"homepage"
:
"
https://github.com/khaledayed/BEM-CSS-Example#readme
"
,
"dependencies"
: {
"@fortawesome/fontawesome-free"
:
"
^5.11.2
"
},
"devDependencies"
: {
"lite-server"
:
"
^2.5.4
"
,
"del"
:
"
^3.0.0
"
,
"gulp"
:
"
^4.0.0
"
,
"gulp-autoprefixer"
:
"
^6.0.0
"
,
"gulp-clean-css"
:
"
^4.0.0
"
,
"gulp-rename"
:
"
^1.4.0
"
,
"gulp-sass"
:
"
^4.0.2
"
}
}
Back
|
FazBrowse Home
|
New Git URL