-
Notifications
You must be signed in to change notification settings - Fork 4
/
package.json
44 lines (44 loc) · 1.09 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
{
"name": "legrid",
"description": "Simple, fully configurable, comfortable grid on less and flexBox",
"homepage": "https://git.io/va1ms",
"title": "LEGRID",
"version": "3.0.7",
"keywords": [
"less, css, flexbox, grid"
],
"repository": {
"type": "git",
"url": "[email protected]:pafnuty/LEGRID.git"
},
"author": {
"name": "Pavel Belousov",
"email": "[email protected]",
"url": "https://github.com/pafnuty"
},
"license": "MIT",
"browsers": [
"last 1 version",
"> 1%",
"maintained node versions",
"not dead"
],
"devDependencies": {
"autoprefixer": "^9.8.6",
"cssnano": "^4.1.10",
"dot-prop": ">=4.2.1",
"grunt": "^1.3.0",
"grunt-cli": "^1.3.2",
"grunt-contrib-clean": "^2.0.0",
"grunt-contrib-less": "^2.0.0",
"grunt-contrib-watch": "^1.1.0",
"grunt-css-mqpacker": "^3.0.1",
"grunt-postcss": "^0.9.0",
"load-grunt-tasks": "^5.1.0",
"minimist": "1.2.6",
"postcss-banner": "^3.0.2",
"postcss-flexbugs-fixes": "^4.2.1",
"postcss-merge-rules": "^4.0.3",
"postcss-sorting": "^5.0.1"
}
}