set testing

This commit is contained in:
coderaiser 2012-06-11 12:30:31 +00:00
parent c345ef2f5a
commit 868b346d82
3 changed files with 20 additions and 0 deletions

6
package.json Normal file
View file

@ -0,0 +1,6 @@
{
"name": "cloudcmd",
"version": "0.0.1",
"scripts":{"test":"test/test.js"}
}