-
Notifications
You must be signed in to change notification settings - Fork 31
/
package.json
38 lines (38 loc) · 888 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
{
"name": "play-sound",
"version": "1.1.6",
"description": "Play audio files by shelling out to available audio tool.",
"main": "index.js",
"scripts": {
"test": "export PATH=$PATH:./shims && npx mocha tests.js",
"test:windows": "set PATH=%PATH%;.\\shims && npx mocha tests.js"
},
"files": [
"index.js"
],
"repository": {
"type": "git",
"url": "git://github.com/shime/play-sound.git"
},
"keywords": [
"audio",
"sound",
"play"
],
"author": "Hrvoje Simic <[email protected]>",
"license": "MIT",
"bugs": {
"url": "https://github.com/shime/play-sound/issues"
},
"homepage": "https://github.com/shime/play-sound",
"devDependencies": {
"expect.js": "^0.3.1",
"mocha": "^9.1.3",
"mock-fs": "^4.7.0",
"proxyquire": "^2.1.0",
"sinon": "^7.2.2"
},
"dependencies": {
"find-exec": "1.0.3"
}
}