-
Notifications
You must be signed in to change notification settings - Fork 32
/
Copy pathpackage.json
50 lines (50 loc) · 1.17 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
{
"name": "kissy-docs",
"domains": [
"docs.kissyui.com"
],
"version": "1.4.0-7",
"author": "yiminghe <[email protected]>",
"homepage": "http://docs.kissyui.com",
"bugs": {
"url": "https://github.com/kissyteam/kissyteam.github.com/issues"
},
"contributors": [
"Jayli <[email protected]>",
"dxq613 <[email protected]>",
"fool2fish <[email protected]>",
"kingfo <[email protected]>",
"lifesinger <[email protected]>",
"lizzie <[email protected]>",
"satans17 <[email protected]>"
],
"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"
}
}