-
Notifications
You must be signed in to change notification settings - Fork 834
/
package.json
42 lines (42 loc) · 931 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
34
35
36
37
38
39
40
41
42
{
"name": "soundjs",
"npmName": "soundjs",
"version": "1.0.2",
"description": "A JavaScript library that provides a simple API, and powerful features to make working with audio a breeze. Easily ties in audio file loading to PreloadJS.",
"main": "lib/soundjs.js",
"jsdelivr": "lib/soundjs.min.js",
"directories": {
"doc": "docs",
"example": "examples",
"lib": "lib",
"test": "tests"
},
"npmFileMap": [
{
"basePath": "lib",
"files": [
"**/*"
]
}
],
"repository": {
"type": "git",
"url": "git+https://github.com/CreateJS/SoundJS.git"
},
"keywords": [
"createjs",
"soundjs",
"gskinner",
"javascript",
"audio",
"webaudio",
"html5",
"flash"
],
"author": "gskinner.com, inc.",
"license": "MIT",
"bugs": {
"url": "https://github.com/CreateJS/SoundJS/issues"
},
"homepage": "https://createjs.com/soundjs/"
}