jsxm/package.json
2015-11-21 20:22:00 +01:00

23 lines
618 B
JSON

{
"name": "jsxm",
"version": "1.0.0",
"description": "WebAudio FastTracker 2 .XM module player",
"keywords": "fasttracker xm webaudio",
"uri": "http://www.a1k0n.net/code/jsxm/",
"repository": "a1k0n/jsxm",
"author": "Andy Sloane <andy@a1k0n.net> (http://www.a1k0n.net/)",
"license": "MIT",
"contributors": [{
"name": "Johan Hillerström",
"email": "progr@mmer.nu"
}],
"main": "index.html",
"window": {
"frame": true,
"toolbar": false,
"position": "center",
"resizable": true
},
"scripts": { "test": "node test/all.js" },
"devDependencies": { "test": ">=0.0.5" }
}