Commit c2d5573c authored by Rene Saarsoo's avatar Rene Saarsoo
Browse files

Include jasmine to package.json.

It also turned out that I can't have comments inside package.json.
So I need to remove those helpful comments from there... great.
parent 809b413e
Loading
Loading
Loading
Loading
+1 −2
Original line number Diff line number Diff line
@@ -4,9 +4,8 @@
    "description": "Commenting backend for JSDuck Documentation",
    "author": "Rene Saarsoo <nene@triin.net>",
    "dependencies": {
        // The github page of node-mysql recommends me to install the
        // 2.0 version despite it being alpha.
        "mysql": "2.0.0-alpha3",
        "jasmine-node": "",
        "mongoose": ""
    }
}