-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
31 lines (31 loc) · 893 Bytes
/
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
{
"name": "qmui-sass",
"version": "1.2.3",
"description": "Sass helper of QMUI Web, dealing with layout, appearance, device adaptation, math calculation and other SASS enhancement.",
"scripts": {
"test": "sh test/node_sass_compile_test.sh"
},
"repository": {
"type": "git",
"url": "git+https://github.com/QMUI/QMUI_Sass.git"
},
"style": "assets/stylesheets/_qmui.scss",
"sass": "assets/stylesheets/_qmui.scss",
"devDependencies": {
"mem": "^5.1.1",
"node-sass": "^4.12.0",
"set-value": "^3.0.1",
"stylelint-wechat-work-css": "^0.5.0"
},
"keywords": [
"QMUI",
"Sass",
"Mixin"
],
"author": "QMUI Team",
"license": "MIT",
"bugs": {
"url": "https://github.com/QMUI/QMUI_Sass/issues"
},
"homepage": "http://qmuiteam.com/web/tools.html"
}