removed unused modules from package.json
This commit is contained in:
parent
4e7c682b4f
commit
64ac14d2b7
|
@ -2,11 +2,6 @@
|
||||||
'use strict';
|
'use strict';
|
||||||
|
|
||||||
require('../walnut.js');
|
require('../walnut.js');
|
||||||
/*
|
|
||||||
var c = require('console-plus');
|
|
||||||
console.log = c.log;
|
|
||||||
console.error = c.error;
|
|
||||||
*/
|
|
||||||
|
|
||||||
function eagerLoad() {
|
function eagerLoad() {
|
||||||
var PromiseA = require('bluebird').Promise;
|
var PromiseA = require('bluebird').Promise;
|
||||||
|
|
74
package.json
74
package.json
|
@ -37,99 +37,29 @@
|
||||||
},
|
},
|
||||||
"homepage": "https://github.com/Daplie/walnut",
|
"homepage": "https://github.com/Daplie/walnut",
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"accepts": "^1.2.5",
|
|
||||||
"app-scoped-ids": "^1.0.1",
|
|
||||||
"authcodes": "git://github.com/Daplie/authcodes.git",
|
|
||||||
"authenticator": "^1.0.0",
|
|
||||||
"bluebird": "3.x",
|
"bluebird": "3.x",
|
||||||
"body-parser": "1.x",
|
"body-parser": "1.x",
|
||||||
"btoa": "1.x",
|
|
||||||
"bytes": "^1.0.0",
|
|
||||||
"cluster-store": "git+https://git.daplie.com/Daplie/cluster-store.git#v2",
|
"cluster-store": "git+https://git.daplie.com/Daplie/cluster-store.git#v2",
|
||||||
"compression": "1.x",
|
|
||||||
"connect": "3.x",
|
"connect": "3.x",
|
||||||
"connect-cors": "0.5.x",
|
"connect-cors": "0.5.x",
|
||||||
"connect-query": "0.2.x",
|
|
||||||
"connect-recase": "1.x",
|
"connect-recase": "1.x",
|
||||||
"connect-send-error": "1.x",
|
"connect-send-error": "1.x",
|
||||||
"content-type": "^1.0.1",
|
|
||||||
"cookie": "^0.1.2",
|
|
||||||
"cookie-parser": "1.x",
|
|
||||||
"cookie-session": "1.x",
|
|
||||||
"cookie-signature": "^1.0.6",
|
|
||||||
"crc": "^3.2.1",
|
|
||||||
"ddns-cli": "^1.2.1",
|
|
||||||
"debug": "^2.1.3",
|
|
||||||
"depd": "^1.0.0",
|
|
||||||
"destroy": "^1.0.3",
|
|
||||||
"ee-first": "^1.1.0",
|
|
||||||
"errorhandler": "1.x",
|
|
||||||
"es6-promise": "2.x",
|
|
||||||
"escape-html": "^1.0.2",
|
"escape-html": "^1.0.2",
|
||||||
"escape-string-regexp": "1.x",
|
"escape-string-regexp": "1.x",
|
||||||
"etag": "^1.5.1",
|
|
||||||
"express": "4.x",
|
"express": "4.x",
|
||||||
"express-jwt": "^3.3.0",
|
|
||||||
"express-lazy": "^1.1.1",
|
"express-lazy": "^1.1.1",
|
||||||
"express-session": "^1.11.3",
|
"express-session": "^1.11.3",
|
||||||
"finalhandler": "^0.3.4",
|
|
||||||
"foreachasync": "5.x",
|
|
||||||
"fresh": "^0.2.4",
|
|
||||||
"http2": "^3.3.2",
|
|
||||||
"human-readable-ids": "1.x",
|
|
||||||
"inherits": "^2.0.1",
|
|
||||||
"ipify": "^1.0.5",
|
|
||||||
"jarson": "1.x",
|
|
||||||
"json-storage": "2.x",
|
|
||||||
"jsonwebtoken": "^5.4.0",
|
|
||||||
"lodash": "2.x",
|
|
||||||
"mailchimp-api-v3": "^1.7.0",
|
"mailchimp-api-v3": "^1.7.0",
|
||||||
"mandrill-api": "^1.0.45",
|
"mandrill-api": "^1.0.45",
|
||||||
"masterquest-sqlite3": "git+https://git.daplie.com/node/masterquest-sqlite3.git",
|
"masterquest-sqlite3": "git+https://git.daplie.com/node/masterquest-sqlite3.git",
|
||||||
"media-typer": "^0.3.0",
|
|
||||||
"methods": "^1.1.1",
|
|
||||||
"mime": "^1.3.4",
|
|
||||||
"mime-db": "^1.8.0",
|
|
||||||
"mime-types": "^2.0.10",
|
|
||||||
"mkdirp": "^0.5.1",
|
"mkdirp": "^0.5.1",
|
||||||
"ms": "^0.7.0",
|
|
||||||
"native-dns": "^0.7.0",
|
|
||||||
"negotiator": "^0.5.1",
|
|
||||||
"node-pre-gyp": "^0.6.4",
|
|
||||||
"node-uuid": "^1.4.4",
|
|
||||||
"nodemailer": "^1.4.0",
|
"nodemailer": "^1.4.0",
|
||||||
"nodemailer-mailgun-transport": "1.x",
|
"nodemailer-mailgun-transport": "1.x",
|
||||||
"oauth": "0.9.x",
|
"oauthcommon": "git+https://git.daplie.com/node/oauthcommon.git",
|
||||||
"on-finished": "^2.2.0",
|
|
||||||
"on-headers": "^1.0.0",
|
|
||||||
"parseurl": "^1.3.0",
|
|
||||||
"pkginfo": "^0.3.0",
|
|
||||||
"qs": "^2.4.1",
|
|
||||||
"range-parser": "^1.0.2",
|
|
||||||
"recase": "1.x",
|
|
||||||
"request": "2.44.0",
|
|
||||||
"request-ip": "^1.1.1",
|
|
||||||
"scmp": "1.x",
|
|
||||||
"secret-utils": "^2.0.0",
|
|
||||||
"semver": "^4.3.1",
|
|
||||||
"send": "^0.12.2",
|
|
||||||
"serve-favicon": "2.x",
|
|
||||||
"serve-static": "1.x",
|
"serve-static": "1.x",
|
||||||
"sqlite3": "3.x",
|
|
||||||
"sqlite3-cluster": "git+https://git.daplie.com/coolaj86/sqlite3-cluster.git#v2",
|
"sqlite3-cluster": "git+https://git.daplie.com/coolaj86/sqlite3-cluster.git#v2",
|
||||||
"ssl-root-cas": "1.x",
|
|
||||||
"stripe": "^4.22.0",
|
"stripe": "^4.22.0",
|
||||||
"twilio": "1.x",
|
"twilio": "1.x",
|
||||||
"type-is": "^1.6.1",
|
"ursa": "^0.9.1"
|
||||||
"underscore.string": "2.x",
|
|
||||||
"urlrouter": "0.5.x",
|
|
||||||
"urlsafe-base64": "1.x",
|
|
||||||
"ursa": "^0.9.1",
|
|
||||||
"useragent": "2.x",
|
|
||||||
"utils-merge": "^1.0.0",
|
|
||||||
"uuid": "2.x",
|
|
||||||
"validator": "3.x",
|
|
||||||
"vary": "^1.0.0",
|
|
||||||
"vhost": "3.x"
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue