jsxm/package.json
Andy Sloane 0e82964315 add license field to package.json
I was certain I had already added it, but somehow it went missing.
2015-11-14 09:38:43 -08:00

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" }
}