30 lines
712 B
JSON
30 lines
712 B
JSON
{
|
|
"name": "upgrade",
|
|
"version": "1.1.0",
|
|
"license": "MIT",
|
|
"description": "A simple Node websocket library to handle http upgrades.",
|
|
"homepage": "https://github.com/cobbdb/upgrade",
|
|
"main": "upgrade.js",
|
|
"scripts": {
|
|
"test": "echo \"Error: no test specified\" && exit 1"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "http://github.com/cobbdb/upgrade.git"
|
|
},
|
|
"keywords": [
|
|
"websocket",
|
|
"http",
|
|
"upgrade",
|
|
"native",
|
|
"simple"
|
|
],
|
|
"dependencies": {
|
|
},
|
|
"author": {
|
|
"name": "Dan Cobb",
|
|
"email": "cobbdb@gmail.com",
|
|
"url": "http://sites.google.com/site/petitgibier/"
|
|
}
|
|
}
|