forked from audiosocket/backbone.soundmanager2
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
33 lines (33 loc) · 853 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
30
31
32
33
{
"name": "backbone.soundmanager2",
"description": "Wrapper to use SoundManager2 audio player with backbone models.",
"version": "0.1.2",
"homepage": "http://github.com/audiosocket/backbone.soundmanager2",
"author": "Audiosocket <[email protected]>",
"repository":
{
"type":"git",
"url":"git://github.com/audiosocket/backbone.soundmanager2.git"
},
"bugs":
{
"mail":"[email protected]",
"url":"http://github.com/audiosocket/backbone.soundmanager2/issues"
},
"main": "backbone.soundmanager2.js",
"lib": ".",
"licences":
[
{
"type":"MIT",
"url": "http://www.opensource.org/licenses/MIT"
}
],
"dependencies": {
"backbone" : ">=0.9.2",
"underscore" : ">=1.3.3"
},
"devDependencies" : {
"coffee-script" : ">=1.3.1"
}
}