walnut.js/package.json

137 lines
3.3 KiB
JSON
Raw Normal View 히스토리

2015-02-12 09:40:37 +00:00
{
"name": "walnut",
"version": "0.1.0",
"description": "zero-config home cloud server",
"main": "walnut.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "https://github.com/Daplie/walnut.git"
},
"keywords": [
"ssl",
"tls",
"https",
"rsa",
"pem",
"example",
"demo",
"test",
"openssl",
"crt",
"p12",
"csr",
"certificate",
"certs",
"cert",
"key",
"private",
"public"
],
"author": "AJ ONeal <aj@daplie.com> (https://daplie.com)",
"license": "Apache2",
"bugs": {
"url": "https://github.com/Daplie/walnut/issues"
},
"homepage": "https://github.com/Daplie/walnut",
"dependencies": {
2015-03-29 03:28:41 +00:00
"accepts": "^1.2.5",
"bluebird": "2.x",
"body-parser": "1.x",
2015-04-01 17:47:08 +00:00
"bookshelf": "^0.7.9",
2015-03-29 03:28:41 +00:00
"btoa": "1.x",
"bytes": "^1.0.0",
"compression": "1.x",
"connect": "3.x",
"connect-cors": "0.5.x",
"connect-query": "0.2.x",
"connect-recase": "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",
"debug": "^2.1.3",
"depd": "^1.0.0",
"destroy": "^1.0.3",
"dom-storage": "2.x",
"ee-first": "^1.1.0",
"errorhandler": "1.x",
"es6-promise": "2.x",
"escape-html": "^1.0.1",
"escape-string-regexp": "1.x",
"etag": "^1.5.1",
"express": "4.x",
"express-lazy": "1.x",
"express-session": "1.x",
"finalhandler": "^0.3.4",
"foreachasync": "5.x",
"fresh": "^0.2.4",
"human-readable-ids": "1.x",
"inherits": "^2.0.1",
"jarson": "1.x",
"json-storage": "2.x",
2015-04-01 17:47:08 +00:00
"knex": "^0.6.23",
2015-03-29 03:28:41 +00:00
"lodash": "2.x",
"media-typer": "^0.3.0",
"methods": "^1.1.1",
"mime": "^1.3.4",
"mime-db": "^1.8.0",
"mime-types": "^2.0.10",
"ms": "^0.7.0",
"negotiator": "^0.5.1",
"node-pre-gyp": "^0.6.4",
"node-uuid": "1.x",
"nodemailer": "1.x",
"nodemailer-mailgun-transport": "1.x",
"oauth": "0.9.x",
"oauth2orize": "git://github.com/coolaj86/oauth2orize.git#v1.0.1+scope.1",
"on-finished": "^2.2.0",
"on-headers": "^1.0.0",
"parseurl": "^1.3.0",
"passport": "0.1.x",
"passport-facebook": "1.x",
2015-04-01 16:18:04 +00:00
"passport-google-oauth": "^0.2.0",
2015-03-29 03:28:41 +00:00
"passport-google-plus": "0.2.x",
"passport-http": "0.2.x",
"passport-http-bearer": "1.x",
"passport-lds-connect": "1.x",
"passport-local": "1.x",
"passport-oauth": "1.x",
"passport-oauth1": "^1.0.1",
"passport-oauth2-client-password": "0.1.x",
"passport-oauth2-resource-owner-password": "1.x",
"passport-strategy": "^1.0.0",
"passport-twitter": "1.x",
"pkginfo": "^0.3.0",
"qs": "^2.4.1",
"range-parser": "^1.0.2",
"recase": "1.x",
"request": "2.44.0",
2015-06-05 23:59:22 +00:00
"request-ip": "^1.1.1",
2015-03-29 03:28:41 +00:00
"scmp": "1.x",
"secret-utils": "1.x",
"semver": "^4.3.1",
"send": "^0.12.2",
"serve-favicon": "2.x",
"serve-static": "1.x",
"sqlite3": "3.x",
"ssl-root-cas": "1.x",
"twilio": "1.x",
"type-is": "^1.6.1",
"underscore.string": "2.x",
"urlrouter": "0.5.x",
"urlsafe-base64": "1.x",
"useragent": "2.x",
"utils-merge": "^1.0.0",
"uuid": "2.x",
"validator": "3.x",
"vary": "^1.0.0",
"vhost": "3.x"
2015-02-12 09:40:37 +00:00
}
}