-
Notifications
You must be signed in to change notification settings - Fork 23
/
package.json
52 lines (52 loc) · 1.21 KB
/
package.json
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
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
{
"name": "bemskel",
"version": "1.0.0",
"description": "A Lightweight CSS Framework written in BEM and SASS for building scalable component-based user interfaces",
"engines": {
"node": "9.5.0",
"npm": ">=5"
},
"main": "index.js",
"dependencies": {
"normalise.scss": "^1.0.0"
},
"devDependencies": {
"browser-sync": "2.23.6",
"del": "2.2.1",
"gulp": "3.9.1",
"gulp-autoprefixer": "3.1.0",
"gulp-cache": "0.4.5",
"gulp-concat": "2.6.1",
"gulp-connect": "5.0.0",
"gulp-cssnano": "2.1.2",
"gulp-eslint": "3.0.1",
"gulp-header": "1.8.7",
"gulp-rename": "1.2.2",
"gulp-sass": "2.3.2",
"gulp-size": "2.1.0"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/karloespiritu/bemskel.git"
},
"keywords": [
"sass",
"boilerplate",
"bem",
"css",
"minimal"
],
"author": {
"name": "Karlo Espiritu",
"email": "karloespiritu@gmail.com",
"url": "http://bemskel.com"
},
"license": "MIT",
"bugs": {
"url": "https://github.com/karloespiritu/bemskel/issues"
},
"homepage": "https://github.com/karloespiritu/bemskel#readme"
}