-
Notifications
You must be signed in to change notification settings - Fork 5
Expand file tree
/
Copy pathpackage.json
More file actions
98 lines (98 loc) · 2.28 KB
/
package.json
File metadata and controls
98 lines (98 loc) · 2.28 KB
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
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
{
"name": "beez-foundation",
"version": "0.9.7",
"description": "It is the basis for the development of browser for smartphones/pc.",
"keywords": [
"beez",
"node",
"static",
"mock",
"server",
"jpegoptim",
"optipng",
"pngquant",
"imagemagick",
"development"
],
"homepage": "https://github.com/CyberAgent/beez-foundation",
"licenses": [
{
"type": "MIT",
"url": "https://raw.github.com/CyberAgent/beez-foundation/master/LICENSE"
}
],
"bugs": {
"email": "funagayama_kei@cyberagent.co.jp",
"url": "https://github.com/CyberAgent/beez-foundation/issues"
},
"author": {
"name": "CyberAgent, Inc",
"email": "npm@cyberagent.co.jp",
"url": "http://www.cyberagent.co.jp/"
},
"contributors": [
{
"name": "Kei Funagayama",
"email": "funagayama_kei@cyberagent.co.jp",
"url": "https://github.com/fkei"
},
{
"name": "Kazuma Mishimagi",
"email": "mishimagi_kazuma@cyberagent.co.jp",
"url": "https://github.com/maginemu"
},
{
"name": "HIRAKI Satoru",
"email": "hiraki_satoru@cyberagnet.co.jp",
"url": "https://github.com/Layzie"
},
{
"name": "Yuhei Aihara",
"email": "aihara_yuhei@cyberagent.co.jp",
"url": "https://github.com/yuhei-a"
}
],
"repository": {
"type": "git",
"url": "https://github.com/CyberAgent/beez-foundation.git"
},
"dependencies": {
"beezlib": "~0.9.11",
"beez-ua": "1.0.3",
"bucks": "~0.8.2",
"requirejs": "~2.1.7",
"bytes": "~1.0.0",
"colors": "~0.6.2",
"commander": "~2.3.0",
"handlebars": "~2.0.0",
"hbs": "~2.7.0",
"moment": "~2.8.3",
"pause": "~0.0.1",
"send": "~0.9.1",
"underscore": "~1.7.0",
"express": "~4.9.0",
"serve-favicon": "~2.1.0",
"morgan": "~1.3.1",
"body-parser": "~1.8.1",
"method-override": "~2.2.0",
"compression": "~1.1.0",
"errorhandler": "~1.2.0",
"jsonminify": "~0.2.3",
"suns": "~0.4.5",
"socket.io": "~1.1.0",
"basic-auth-connect": "^1.0.0"
},
"devDependencies": {
"jshint": "~2.5.0",
"mocha": "~1.21.4",
"should": "~4.0.4"
},
"engines": {
"node": "~0.10.1",
"npm": "~1.1.0"
},
"bin": {
"beez-foundation": "./f/beez.js"
},
"main": "./f/beez.js"
}