-
Notifications
You must be signed in to change notification settings - Fork 128
/
Copy pathpackage.json
29 lines (29 loc) · 801 Bytes
/
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
{
"name": "audio5",
"description": "HTML5 Audio Compatibility Layer",
"version": "0.1.12",
"homepage": "http://zohararad.github.com/audio5js/",
"keywords": [
"audio",
"HTML5",
"API"
],
"author": "Zohar Arad <[email protected]> (http://zohararad.com)",
"contributors": [],
"main": "./audio5.js",
"ender": "./src/ender.js",
"repository": {
"type": "git",
"url": "https://github.com/zohararad/audio5js.git"
},
"devDependencies": {
"grunt": "~0.4.0",
"grunt-contrib-uglify": "~0.9.2",
"grunt-contrib-jshint": "~0.1.0",
"grunt-contrib-concat": "~0.1.2rc6",
"grunt-bumpx": "~0.1.0",
"grunt-exec": "0.4.2",
"mocha": "1.8.1",
"chai": "~1.5.0"
}
}