-
Notifications
You must be signed in to change notification settings - Fork 29
/
Copy pathpackage.json
74 lines (74 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
65
66
67
68
69
70
71
72
73
74
{
"name": "boombox.js",
"version": "1.0.9",
"description": "Browser sound library which blended HTMLVideo and HTMLAudio and WebAudio",
"keywords": [
"webaudio",
"htmlaudio",
"htmlvideo",
"sound",
"mobile",
"javascript",
"library",
"boombox.js"
],
"homepage": "https://github.com/CyberAgent/boombox.js",
"licenses": [
{
"type": "MIT",
"url": "https://raw.github.com/CyberAgent/boombox.js/master/LICENSE"
}
],
"bugs": {
"email": "[email protected]",
"url": "https://github.com/CyberAgent/boombox.js/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": "HIRAKI Satoru",
"email": "[email protected]",
"url": "https://github.com/Layzie"
}
],
"scripts": {
"start": "grunt foundation",
"build": "grunt build",
"docs": "grunt docs",
"release": "grunt default"
},
"repository": {
"type": "git",
"url": "https://github.com/CyberAgent/boombox.js.git"
},
"dependencies": {},
"devDependencies": {
"chai": "~1.8.0",
"grunt": "~0.4.1",
"grunt-contrib-clean": "~0.5.0",
"grunt-contrib-jshint": "~0.6.3",
"grunt-contrib-uglify": "~0.2.0",
"grunt-exec": "~0.4.2",
"grunt-jsdoc": "~0.4.1",
"grunt-mkdir": "~0.1.1",
"grunt-plato": "^1.2.1",
"jsdoc": "~3.2.2",
"jshint": "~2.3.0",
"matchdep": "~0.1.1",
"mocha": "~1.14.0",
"plato": "~0.6.1"
},
"engines": {
"node": "~0.10.1",
"npm": "~1.1.0"
}
}