-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
51 lines (51 loc) · 1.08 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
{
"name": "lin3s-css-grid",
"description": "Simple CSS grid based on Flexbox in the LIN3S way",
"version": "0.3.0",
"license": "MIT",
"keywords": [
"adaptive-grid",
"fluid-grid",
"sass",
"grid",
"flexbox",
"css3",
"ui"
],
"authors": [
{
"name": "LIN3S",
"email": "[email protected]",
"homepage": "https://lin3s.com"
}
],
"files": [
"dist",
"scss",
"LICENSE",
"README.md"
],
"repository": {
"type": "git",
"url": "https://github.com/LIN3S/CSSGrid"
},
"bugs": {
"url": "https://github.com/LIN3S/CSSGrid/issues"
},
"scripts": {
"prebuild": "rimraf example/css",
"build": "yarn run prebuild && node_modules/.bin/gulp example-css && node_modules/.bin/gulp dist"
},
"devDependencies": {
"fs": "^0.0.1-security",
"gulp": "^3.9.0",
"gulp-cssnano": "^2.1.2",
"gulp-header-license": "^1.0.9",
"gulp-rename": "^1.2.2",
"gulp-sass": "^2.1.1",
"gulp-scss-lint": "^0.4.0",
"gulp-sourcemaps": "^1.6.0",
"gulp-uglifycss": "^1.0.5",
"rimraf": "^2.5.4"
}
}