{ "name": "play-sound", "version": "1.1.1", "description": "Play audio files by shelling out to available audio tool.", "main": "index.js", "scripts": { "test": "export PATH=$PATH:./shims && node_modules/.bin/mocha tests.js" }, "files": [ "index.js" ], "repository": { "type": "git", "url": "git://github.com/shime/play-sound.git" }, "keywords": [ "audio", "sound", "play" ], "author": "Hrvoje Simic ", "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": "^1.21.4", "mock-fs": "^3.11.0", "proxyquire": "^1.0.1", "sinon": "^1.10.3" }, "dependencies": { "find-exec": "0.0.8" } }