-
Notifications
You must be signed in to change notification settings - Fork 11
Expand file tree
/
Copy pathpackage.json
More file actions
87 lines (87 loc) · 2.35 KB
/
package.json
File metadata and controls
87 lines (87 loc) · 2.35 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
{
"name": "beez",
"version": "1.0.30",
"description": "The framework for mobile browser faster development.",
"keywords": [
"beez",
"browser",
"mobile",
"backbone",
"require.js",
"development"
],
"homepage": "https://github.com/CyberAgent/beez",
"licenses": [
{
"type": "MIT",
"url": "https://raw.github.com/CyberAgent/beez/master/LICENSE"
}
],
"bugs": {
"email": "funagayama_kei@cyberagent.co.jp",
"url": "https://github.com/CyberAgent/beez/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.git"
},
"dependencies": {
"bucks": "~0.8.4",
"beezlib": "~0.9.22",
"requirejs": "~2.1.15",
"underscore": "~1.7.0",
"colors": "~0.6.2",
"commander": "~2.3.0",
"handlebars": "~2.0.0",
"jsdoc": "~3.2.2",
"hbs": "~2.7.0",
"jsonminify": "~0.2.3"
},
"devDependencies": {
"plato": "~1.2.0",
"jshint": "~2.5.5",
"mocha": "~1.21.4",
"chai": "~1.9.1"
},
"engines": {
"node": "~0.10.1",
"npm": "~1.1.0"
},
"bin": {
"beez-project": "t/project.js",
"beez-stylus2css": "t/stylus2css.js",
"beez-hbs2hbsc": "t/hbs2hbsc.js",
"beez-ratioresize": "t/ratioresize.js",
"beez-csssprite": "t/csssprite.js",
"beez-ignore": "t/ignore.js",
"beez-deploy": "t/deploy.js"
},
"main": "./s/beez/index.js"
}