forked from kissyteam/kissy
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
73 lines (73 loc) · 1.73 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
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
{
"name": "kissy",
"version": "5.0.0dev",
"description": "KISSY",
"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.10"
},
"bin": {
"kissy": "./bin/kissy.js",
"kissy-xtemplate": "./bin/kissy-xtemplate.js",
"kissy-kison": "./bin/kissy-kison.js"
},
"directories": {
"lib": "./lib/"
},
"main": "./lib/seed.js",
"scripts": {
"test": "node ./tools/test/jasmine-node",
"start": "node ./tools/server/start",
"stop": "node ./tools/server/stop"
},
"devDependencies": {
"shelljs": "0.1.x",
"underscore": "1.4.x",
"cli": "0.4.x",
"minimatch": "0.x.x",
"console-browserify": "0.1.x",
"express": "3.3.4",
"request": "~2.27.0",
"jscs": "~1.0.15",
"recluster": "~0.3.6",
"debug": "~0.7.4",
"deps-optimizer": "~0.1",
"esprima": "~1.1.1",
"escodegen": "~1.3.2",
"estraverse": "~1.5.0"
},
"dependencies": {
"chokidar": "~0.7.0",
"js-beautify": "~1.4.0",
"fs-extra": "~0.8.0",
"walk": "~2.2.1",
"iconv-lite": "~0.2.11"
},
"notes": [
"express 3.3.8-3.4.0 cors bug"
],
"licenses": [
{
"type": "MIT",
"url": "https://github.com/kissyteam/kissy/blob/master/LICENSE.md"
}
],
"repository": {
"type": "git",
"url": "http://github.com/kissyteam/kissy.git"
}
}