update dependencies
This commit is contained in:
parent
b1a48d5b27
commit
8fe56b52bf
1 changed files with 6 additions and 6 deletions
12
package.json
12
package.json
|
|
@ -18,7 +18,7 @@
|
|||
},
|
||||
"dependencies": {
|
||||
"lastfm": "~0.9.0",
|
||||
"express": "^4.0.0-rc4",
|
||||
"express": "^4.0.0",
|
||||
"superagent": "^0.17.0",
|
||||
"mkdirp": "~0.3.5",
|
||||
"mv": "~2.0.0",
|
||||
|
|
@ -28,23 +28,23 @@
|
|||
"mess": "~0.1.1",
|
||||
"groove": "~1.3.0",
|
||||
"osenv": "0.0.3",
|
||||
"level": "~0.18.0",
|
||||
"level": "^0.18.0",
|
||||
"findit": "~1.1.1",
|
||||
"archiver": "^0.6.1",
|
||||
"uuid": "~1.4.1",
|
||||
"music-library-index": "^1.1.1",
|
||||
"keese": "~1.0.0",
|
||||
"ws": "~0.4.31",
|
||||
"ws": "^0.4.31",
|
||||
"jsondiffpatch": "~0.1.4",
|
||||
"connect-static": "^1.1.0",
|
||||
"multiparty": "^3.2.3",
|
||||
"ytdl": "^0.2.2",
|
||||
"multiparty": "^3.2.4",
|
||||
"ytdl": "^0.2.4",
|
||||
"serve-static": "^1.0.3",
|
||||
"body-parser": "^1.0.1"
|
||||
},
|
||||
"devDependencies": {
|
||||
"stylus": "^0.42.3",
|
||||
"browserify": "~3.32.0"
|
||||
"browserify": "^3.41.0"
|
||||
},
|
||||
"scripts": {
|
||||
"start": "node lib/server.js",
|
||||
|
|
|
|||
Loading…
Reference in a new issue