File: package.json

Recommend this page to a friend!
  Classes of Dave Norminton   JS Sound   package.json   Download  
File: package.json
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: JS Sound
Play sounds when events happen on page elements
Author: By
Last change:
Date: 1 year ago
Size: 741 bytes
 

Contents

Class file image Download
{ "name": "jssound", "version": "1.0.0", "description": "Add audio to html elements", "private": true, "scripts": { "test": "echo \"Error: no test specified\" && exit 1", "build": "webpack" }, "repository": { "type": "git", "url": "git+https://github.com/davidnorminton/JsSound.git" }, "keywords": [ "javascript", "audio" ], "author": "David Norminton", "license": "MIT", "bugs": { "url": "https://github.com/davidnorminton/JsSound/issues" }, "homepage": "https://github.com/davidnorminton/JsSound#readme", "devDependencies": { "ts-loader": "^8.0.1", "typescript": "^3.9.7", "webpack": "^4.43.0", "webpack-cli": "^3.3.12", "webpack-dev-server": "^3.11.0" } }