forked from kissyteam/kissy
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
53 lines (53 loc) · 1.39 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
51
52
53
{
"name": "kissy",
"version": "1.4.0-1",
"description": "KISSY UI Library",
"author": "yiminghe <yiminghe@gmail.com>",
"homepage": "http://docs.kissyui.com",
"bugs": {
"url": "https://github.com/kissyteam/kissy/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>",
"yyfrankyy <yyfrankyy@gmail.com>"
],
"engines": {
"node": ">=0.8.0"
},
"bin": {
"kissy-xtemplate": "./bin/xtemplate.js",
"kissy-kison": "./bin/kison.js"
},
"directories": {
"lib": "./build/"
},
"main": "./build/kissy-nodejs.js",
"scripts": {
"test": "node ./tools/test/jasmine-node",
"start": "node ./tools/test/server"
},
"optionalDependencies": {
"optimist": ">=0.3.4",
"jsdom": ">=0.2.0",
"js-beautify": ">=0.2.0"
},
"devDependencies": {
"express": ">3.0"
},
"licenses": [
{
"type": "MIT",
"url": "https://github.com/kissyteam/kissy/blob/master/LICENSE.md"
}
],
"repository": {
"type": "git",
"url": "http://github.com/kissyteam/kissy.git"
}
}