jsdx-soundman
Version:
Sound Manager API on JSDX framework
32 lines (31 loc) • 628 B
JSON
{
"name": "jsdx-soundman",
"version": "0.0.3",
"description": "Sound Manager API on JSDX framework",
"keywords": [
"jsdx",
"system",
"sound"
],
"homepage": "https://github.com/cfsghost/jsdx-soundman",
"author": {
"name": "Fred Chien(錢逢祥)",
"email": "cfsghost@gmail.com",
"web": "http://people.linux.org.tw/~fred/"
},
"license": "MIT",
"repository": {
"type": "git",
"url": "git@github.com:cfsghost/jsdx-soundman.git"
},
"directories": {
"tests": "tests"
},
"engines": {
"node": ">= 0.10.0"
},
"scripts": {
"install": "node-gyp configure build"
},
"main": "./lib/jsdx_soundman.js"
}