mirror of
https://gitee.com/ElemeFE/element.git
synced 2024-12-02 20:28:52 +08:00
33 lines
786 B
JSON
33 lines
786 B
JSON
{
|
|
"name": "element-theme-default",
|
|
"version": "1.0.0",
|
|
"description": "Element component default theme.",
|
|
"main": "lib/index.css",
|
|
"files": [
|
|
"lib"
|
|
],
|
|
"scripts": {
|
|
"build": "postcss -c postcss.conf.js"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/element-component/element-theme-default.git"
|
|
},
|
|
"keywords": [
|
|
"element",
|
|
"theme"
|
|
],
|
|
"author": "haiping.zeng <qingwei.li@ele.me>",
|
|
"license": "MIT",
|
|
"bugs": {
|
|
"url": "https://github.com/element-component/element-theme-default/issues"
|
|
},
|
|
"homepage": "https://github.com/element-component/element-theme-default#readme",
|
|
"devDependencies": {
|
|
"gulp": "^3.9.1",
|
|
"gulp-cssmin": "^0.1.7",
|
|
"gulp-postcss": "^6.1.1",
|
|
"postcss-salad": "^1.0.5"
|
|
}
|
|
}
|