-
Notifications
You must be signed in to change notification settings - Fork 9
Expand file tree
/
Copy pathpackage.json
More file actions
31 lines (31 loc) · 798 Bytes
/
package.json
File metadata and controls
31 lines (31 loc) · 798 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
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"
}
}