-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
43 lines (39 loc) · 1.06 KB
/
package.json
File metadata and controls
43 lines (39 loc) · 1.06 KB
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
{
"name": "iui",
"version": "0.0.1",
"description": "一套前端开发框架,视觉体验一致的基础样式库,借助开源力量为客服系统 Web 开发量身设计,可以令我们开发的系统使用感知更加统一。我们希望借助gulp加载正在使用的部分CSS代码。",
"main": "rui.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "",
"license": "MIT",
"devDependencies": {
"gulp": "^3.9.0",
"gulp-autoprefixer": "^3.1.0",
"gulp-rename": "^1.2.2",
"gulp-stylus": "^2.1.0",
"gulp-uglify": "^1.4.2",
"gulp-watch": "^4.3.5"
},
"keywords": [
"iui"
],
"homepage": "",
"author": "",
"repository": {
"type": "git",
"url": "https://github.com/r-ui/rui/tree/master"
},
"licenses": "MIT",
"idoc": {
"theme": "idoc-theme-rui",
"md": [
"首页.md",
"快速入门.md",
"基础框架.md",
"组件.md",
"javascript组件.md"
]
}
}