forked from kissyteam/kissy
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
72 lines (72 loc) · 2.01 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
{
"name": "kissy",
"version": "5.0.0-alpha.12",
"description": "KISSY",
"author": "yiminghe <[email protected]>",
"homepage": "http://docs.kissyui.com",
"bugs": {
"url": "https://github.com/kissyteam/kissy/issues"
},
"contributors": [
"lifesinger <[email protected]>",
"lizzie <[email protected]>",
"satans17 <[email protected]>",
"yyfrankyy <[email protected]>",
"Jayli <[email protected]>",
"dxq613 <[email protected]>",
"fool2fish <[email protected]>",
"kingfo <[email protected]>"
],
"engines": {
"node": "~0.10"
},
"main": "./build/",
"scripts": {
"test": "exit 0",
"start": "node ./tools/server/start",
"stop": "node ./tools/server/stop",
"postinstall": "node ./node_modules/bower/bin/bower install",
"postupdate": "node ./node_modules/bower/bin/bower update"
},
"devDependencies": {
"bower": "^1.3.9",
"colors": "~0.6.2",
"commander": "~2.2.0",
"debug": "~0.7.4",
"deps-optimizer": "~0.1",
"escodegen": "~1.3.3",
"esprima": "~1.2.2",
"estraverse": "~1.5.0",
"express": "3.3.4",
"fs-extra": "^0.11.0",
"grunt": "^0.4.5",
"jscs": "~1.0.15",
"jshint": "~2.5.1",
"kison": "*",
"lodash": "~2.4.1",
"logger-manager": "*",
"mime": "~1.2.11",
"mkdirp": "~0.5.0",
"node-jscover": "*",
"plato": "~1.0.1",
"q": "~1.0.0",
"recluster": "~0.3.6",
"request": "~2.27.0",
"sauce-tunnel": "~2.0.6",
"saucelabs": "~0.1.1",
"walk": "~2.3.3"
},
"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"
}
}