really basic test runner
npm test now does... something somewhat useful. now to write a bunch of tests.
This commit is contained in:
parent
8c37c8d96b
commit
7ca90f9b98
5 changed files with 116 additions and 20 deletions
12
package.json
12
package.json
|
|
@ -1,11 +1,19 @@
|
|||
{
|
||||
"name": "jsxm",
|
||||
"version": "1",
|
||||
"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/)",
|
||||
|
||||
"main": "index.html",
|
||||
"window": {
|
||||
"frame": true,
|
||||
"toolbar": false,
|
||||
"position": "center",
|
||||
"resizable": true
|
||||
}
|
||||
},
|
||||
"scripts": { "test": "node test/all.js" },
|
||||
"devDependencies": { "test": ">=0.0.5" }
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue