-
Notifications
You must be signed in to change notification settings - Fork 7
/
Copy pathpackage.json
99 lines (99 loc) · 2.72 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
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
99
{
"name": "beezlib",
"version": "0.9.22",
"description": "The utility library for Node.js using beez projects.",
"keywords": [
"beez",
"node",
"lib",
"stylus",
"imagemagick",
"handlebars",
"jpegoptim",
"optipng",
"pngquant",
"csssprite"
],
"scripts": {
"test": "mocha -r should test/test-*.js"
},
"homepage": "https://github.com/CyberAgent/beezlib",
"licenses": [
{
"type": "MIT",
"url": "https://raw.github.com/CyberAgent/beezlib/master/LICENSE"
}
],
"bugs": {
"email": "[email protected]",
"url": "https://github.com/CyberAgent/beezlib/issues"
},
"author": {
"name": "CyberAgent, Inc",
"email": "[email protected]",
"url": "http://www.cyberagent.co.jp/"
},
"contributors": [
{
"name": "Kei Funagayama",
"email": "[email protected]",
"url": "https://github.com/fkei"
},
{
"name": "Kazuma Mishimagi",
"email": "[email protected]",
"url": "https://github.com/maginemu"
},
{
"name": "Satoru HIRAKI",
"email": "[email protected]",
"url": "https://github.com/Layzie"
},
{
"name": "Yuhei Aihara",
"email": "[email protected]",
"url": "https://github.com/yuhei-a"
},
{
"name": "Masaki Sueda",
"email": "[email protected]",
"url": "https://github.com/masakisueda"
},
{
"name": "Takumi Ohashi",
"email": "[email protected]",
"url": "https://github.com/t93"
}
],
"repository": {
"type": "git",
"url": "https://github.com/CyberAgent/beezlib.git"
},
"dependencies": {
"bucks": "~0.8.1",
"lodash": "~2.4.0",
"imagemagick": "~0.1.0",
"mkdirp": "~0.5.0",
"suns": "~0.4.5",
"handlebars": "~2.0.0",
"jsonminify": "~0.2.1",
"stylus": "~0.48.1",
"nib": "~1.0.0",
"colors": "~0.6.0",
"jsonlint": "~1.6.2",
"beez-ua": "~1.0.3",
"node-spritesheet": "git+https://github.com/shibucafe/node-spritesheet.git",
"node-sprite": "git+https://github.com/masakisueda/node-sprite.git"
},
"devDependencies": {
"jsdoc": "~3.2.2",
"jshint": "~2.5.5",
"mocha": "~1.21.4",
"should": "~4.0.4"
},
"engines": {
"node": "~0.10.1",
"npm": "~1.1.0"
},
"main": "./lib/index.js"
}