diff --git a/package.json b/package.json index a8683bf..4894173 100644 --- a/package.json +++ b/package.json @@ -15,21 +15,21 @@ "gpib", "hpib" ], - "author": "Samo Fabcic ", + "author": "Samo Fabcic ", "license": "MIT", "bugs": { "url": "https://github.com/samofab/node-nisa32/issues" }, "homepage": "https://github.com/samofab/node-nisa32#readme", - "dependencies": { + "devDependencies": { "express": "^4.13.3", + "http": "0.0.0", + "socket.io": "^1.3.6" + }, + "dependencies": { "ffi": "^1.3.2", - "http": "0.0.0", "ref": "^1.0.2", - "ref-array": "^1.1.1", - "socket.io": "^1.3.6" + "ref-array": "^1.1.1" }, - "files": { - "nisa32.js" - } + "files": ["nisa32.js"] }