Skip to content

Commit

Permalink
moved development dependencies to proper location
Browse files Browse the repository at this point in the history
  • Loading branch information
samofab committed Aug 5, 2015
1 parent d1c24c2 commit e3b47c4
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,21 +15,21 @@
"gpib",
"hpib"
],
"author": "Samo Fabcic <samo[email protected]>",
"author": "Samo Fabcic <samo@absint.si>",
"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"]
}

0 comments on commit e3b47c4

Please sign in to comment.