-
Notifications
You must be signed in to change notification settings - Fork 32
Expand file tree
/
Copy pathpackage.json
More file actions
50 lines (50 loc) · 1.17 KB
/
package.json
File metadata and controls
50 lines (50 loc) · 1.17 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
44
45
46
47
48
49
50
{
"name": "kissy-docs",
"domains": [
"docs.kissyui.com"
],
"version": "1.4.0-7",
"author": "yiminghe <yiminghe@gmail.com>",
"homepage": "http://docs.kissyui.com",
"bugs": {
"url": "https://github.com/kissyteam/kissyteam.github.com/issues"
},
"contributors": [
"Jayli <lijing00333@163.com>",
"dxq613 <dxq613@gmail.com>",
"fool2fish <fool2fish@gmail.com>",
"kingfo <oicuicu@gmail.com>",
"lifesinger <lifesinger@gmail.com>",
"lizzie <shengyan1985@gmail.com>",
"satans17 <satans17@gmail.com>"
],
"engines": {
"node": "~0.10"
},
"dependencies": {
"fs-extra": "~0.6.4",
"express": "3.3.4",
"grunt": "~0.4.1",
"grunt-contrib-copy": "",
"grunt-contrib-clean": "~0.4.0",
"grunt-markdown": "~0.4.0",
"grunt-contrib-watch": "",
"grunt-replace": ""
},
"scripts": {
"start": "node ./tools/server/start"
},
"licenses": [
{
"type": "MIT",
"url": "https://github.com/kissyteam/kissy/blob/master/LICENSE.md"
}
],
"repository": {
"type": "git",
"url": "https://github.com/kissyteam/kissyteam.github.com.git"
},
"devDependencies": {
"grunt-rename": "~0.1.3"
}
}