forked from kissyteam/kissy
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
54 lines (54 loc) · 1.42 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
54
{
"name": "kissy",
"version": "1.4.0-1",
"description": "KISSY UI Library",
"author": "yiminghe <[email protected]>",
"homepage": "http://docs.kissyui.com",
"bugs": {
"url": "https://github.com/kissyteam/kissy/issues"
},
"contributors": [
"Jayli <[email protected]>",
"dxq613 <[email protected]>",
"fool2fish <[email protected]>",
"kingfo <[email protected]>",
"lifesinger <[email protected]>",
"lizzie <[email protected]>",
"satans17 <[email protected]>",
"yyfrankyy <[email protected]>"
],
"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"
},
"optionalDependencies": {
"optimist": ">=0.3.4",
"jsdom": ">=0.2.0",
"js-beautify": ">=0.2.0"
},
"devDependencies": {
"walkdir": ">0.0.4",
"jasmine-reporters": ">0.2",
"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"
}
}