forked from thx/cube
-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
62 lines (62 loc) · 1.41 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
53
54
55
56
57
58
59
60
61
62
{
"name": "cube.css",
"version": "1.3.2",
"description": "Cube CSS framework",
"private": true,
"devDependencies": {
"autoprefixer": "~6.1.2",
"del": "~2.2.0",
"glob": "~3.2.7",
"gulp": "~3.9.1",
"gulp-concat": "~2.5.2",
"gulp-cssnano": "~2.0.0",
"gulp-postcss": "~6.0.1",
"gulp-rename": "~1.2.2",
"gulp-sass": "~2.0.1",
"gulp-size": "~2.0.0",
"gulp-sourcemaps": "~1.6.0",
"postcss-filter-gradient": "^0.2.0",
"q": "~0.9.7",
"request": "~2.27.0",
"run-sequence": "~1.1.5",
"semver": "~2.1.0",
"stylelint": "^7.1.0",
"stylelint-config-standard": "^12.0.0",
"unzip": "~0.1.9"
},
"scripts": {
"test": "stylelint src/scss/*.scss src/scss/**/*.scss"
},
"keywords": [
"css",
"sass",
"framework",
"front-end"
],
"repository": {
"type": "git",
"url": "[email protected]:thx/cube.git"
},
"bugs": {
"url": "https://github.com/thx/cube/issues"
},
"author": "一丝",
"license": "MIT",
"files": [
"src",
"build",
"README.md",
"CHANGELOG.md",
"LICENSE"
],
"stylelint": {
"extends": "stylelint-config-standard",
"rules": {
"selector-list-comma-newline-after": null,
"block-opening-brace-space-before": null,
"selector-pseudo-element-colon-notation": "single",
"number-leading-zero": "never",
"declaration-block-no-ignored-properties": null
}
}
}