Skip to content

Commit

Permalink
changes for package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
mirceaalexandru committed Nov 3, 2015
1 parent b0d85b6 commit 92cf7be
Showing 1 changed file with 7 additions and 6 deletions.
13 changes: 7 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,23 +21,24 @@
"files": [
"LICENSE.txt",
"README.md",
"mite.js"
"mite.js",
"constants",
"controller",
"protocol",
"service"
],
"dependencies": {
"async": "^1.4.2",
"lodash": "^3.10.1",
"macaddress": "^0.2.8",
"node-uuid": "^1.4.3",
"seneca-crypt": "0.0.1"
"seneca-crypt": "~0.0.1"
},
"repository": {
"type": "git",
"url": ""
"url": "https://github.com/senecajs/seneca-mite"
},
"devDependencies": {
"seneca-auth": "git:https://github.com/rjrodger/seneca-auth#0.5.0",
"seneca-local-auth": "0.0.3",
"seneca-user": "^0.2.10",
"assert": "^1.3.0",
"body-parser": "^1.13.3",
"cookie-parser": "^1.3.5",
Expand Down

0 comments on commit 92cf7be

Please sign in to comment.