diff --git a/package.json b/package.json index ceb9b1c..1ea7d47 100644 --- a/package.json +++ b/package.json @@ -3,8 +3,9 @@ "version": "0.0.5", "description": "The second generation of keyword shitter. Bigger, better, and more pungent than other products.", "main": "server.js", + "repository": "https://github.com/wassname/keywordshitter2", "scripts": { - "test": "mocha", + "test": "public/test.html", "build-css": "lessc ./src/less/main.less > public/css/style.css", "build": "npm run build-css", "start": "node server.js" @@ -12,8 +13,10 @@ "author": "blackmia,wassname", "license": "MIT", "devDependencies": { + "chai": "^3.5.0", "cors": "^2.7.1", "express": "^4.13.4", - "lessc": "latest" + "lessc": "latest", + "mocha": "^2.4.5" } } diff --git a/public/index.html b/public/index.html index 31cba47..1b4080c 100644 --- a/public/index.html +++ b/public/index.html @@ -77,6 +77,8 @@ lying internet + +