20 lines
529 B
JSON
20 lines
529 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",
|
|
|
|
"main": "index.html",
|
|
"window": {
|
|
"frame": true,
|
|
"toolbar": false,
|
|
"position": "center",
|
|
"resizable": true
|
|
},
|
|
"scripts": { "test": "node test/all.js" },
|
|
"devDependencies": { "test": ">=0.0.5" }
|
|
}
|