summaryrefslogtreecommitdiff
path: root/package.json
diff options
context:
space:
mode:
Diffstat (limited to 'package.json')
-rw-r--r--package.json5
1 files changed, 3 insertions, 2 deletions
diff --git a/package.json b/package.json
index 661b533..cca8995 100644
--- a/package.json
+++ b/package.json
@@ -6,9 +6,10 @@
"smash": "~0.0.8",
"uglify-js": "2.2.x",
"vows": "0.7.x",
- "jsdom": "0.5.x"
+ "jsdom": "0.5.x",
+ "canvas": "1.0.x"
},
"scripts": {
- "test": "node_modules/vows/bin/vows --spec 'test/*/*.js$'"
+ "test": "ls test/*/*.js | grep -v 'future\\.js$' | xargs node_modules/vows/bin/vows"
}
}