diff --git a/node/package.json b/node/package.json index 7d7885a..b04f980 100644 --- a/node/package.json +++ b/node/package.json @@ -3,8 +3,7 @@ "version": "0.0.9", "description": "", "main": "tessel.js", - "dependencies": { - }, + "dependencies": {}, "devDependencies": { "grunt": "^0.4.5", "grunt-cli": "^0.1.13", @@ -13,10 +12,11 @@ "grunt-contrib-watch": "^0.6.1", "grunt-jsbeautifier": "^0.2.10", "grunt-jscs": "^2.6.0", + "npm": "^3.10.5", "sinon": "^1.14.1" }, "scripts": { - "test": "echo \"Error: no test specified\" && exit 1" + "test": "grunt" }, "author": "Technical Machine ", "license": "MIT"