-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathpackage.json
64 lines (64 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
{
"name": "beez-ua",
"version": "1.0.5",
"description": "The library deside which browser has an access from UserAgent for node.js or browser. This library is Forked from zepto.js.",
"keywords": [
"beez",
"useragent",
"smartphone",
"browser"
],
"homepage": "https://github.com/CyberAgent/beez-ua",
"licenses": [
{
"type": "MIT",
"url": "https://raw.github.com/CyberAgent/beez-ua/master/LICENSE"
}
],
"bugs": {
"email": "funagayama_kei@cyberagent.co.jp",
"url": "https://github.com/CyberAgent/beez-ua/issues"
},
"maintainers": {
"name": "CyberAgent, Inc",
"email": "npm@cyberagent.co.jp",
"url": "http://www.cyberagent.co.jp/"
},
"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"
}
],
"repository": {
"type": "git",
"url": "https://github.com/CyberAgent/beez-ua.git"
},
"dependencies": {
"requirejs": "~2.1.0"
},
"devDependencies": {
"underscore": "~1.7.0",
"mocha": "~1.21.4",
"chai": "~1.9.1",
"should": "~4.0.4",
"jshint": "~2.5.5",
"plato": "~1.2.0",
"jsdoc": "~3.2.2"
},
"engines": {
"node": "~0.10.1"
},
"main": "./s/beez-ua/index.js"
}