Deploy 0.8.1
This commit is contained in:
@@ -1,37 +0,0 @@
|
||||
{
|
||||
"name": "y-websockets-client",
|
||||
"main": "y-websockets-client.js",
|
||||
"version": "0.7.10",
|
||||
"homepage": "http://y-js.org",
|
||||
"authors": [
|
||||
"Kevin Jahns <kevin.jahns@rwth-aachen.de>"
|
||||
],
|
||||
"description": "Websockets connector for Yjs (browser/node client)",
|
||||
"moduleType": [
|
||||
"globals",
|
||||
"node"
|
||||
],
|
||||
"keywords": [
|
||||
"Yjs",
|
||||
"connector",
|
||||
"websockets"
|
||||
],
|
||||
"license": "MIT",
|
||||
"ignore": [
|
||||
"**/.*",
|
||||
"node_modules",
|
||||
"bower_components",
|
||||
"test",
|
||||
"tests"
|
||||
],
|
||||
"_release": "0.7.10",
|
||||
"_resolution": {
|
||||
"type": "version",
|
||||
"tag": "v0.7.10",
|
||||
"commit": "b5ce42502dae6ad3cb0bf7b1d5a615af91876f1c"
|
||||
},
|
||||
"_source": "git://github.com/y-js/y-websockets-client.git",
|
||||
"_target": "~0.7.10",
|
||||
"_originalSource": "y-websockets-client",
|
||||
"_direct": true
|
||||
}
|
||||
@@ -1 +0,0 @@
|
||||
# Websockets Connector for [Yjs](https://github.com/y-js/yjs)
|
||||
@@ -1,27 +0,0 @@
|
||||
{
|
||||
"name": "y-websockets-client",
|
||||
"main": "y-websockets-client.js",
|
||||
"version": "0.7.11",
|
||||
"homepage": "http://y-js.org",
|
||||
"authors": [
|
||||
"Kevin Jahns <kevin.jahns@rwth-aachen.de>"
|
||||
],
|
||||
"description": "Websockets connector for Yjs (browser/node client)",
|
||||
"moduleType": [
|
||||
"globals",
|
||||
"node"
|
||||
],
|
||||
"keywords": [
|
||||
"Yjs",
|
||||
"connector",
|
||||
"websockets"
|
||||
],
|
||||
"license": "MIT",
|
||||
"ignore": [
|
||||
"**/.*",
|
||||
"node_modules",
|
||||
"bower_components",
|
||||
"test",
|
||||
"tests"
|
||||
]
|
||||
}
|
||||
@@ -1,54 +0,0 @@
|
||||
{
|
||||
"name": "y-websockets-client",
|
||||
"version": "0.7.1",
|
||||
"description": "Websockets connector for Yjs (browser/node client)",
|
||||
"main": "./src/Websockets-client.js",
|
||||
"scripts": {
|
||||
"test": "node --harmony ./node_modules/.bin/gulp test",
|
||||
"lint": "./node_modules/.bin/standard"
|
||||
},
|
||||
"pre-commit": [
|
||||
"lint",
|
||||
"test"
|
||||
],
|
||||
"standard": {
|
||||
"parser": "babel-eslint",
|
||||
"ignore": [
|
||||
"build/**",
|
||||
"dist/**"
|
||||
]
|
||||
},
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/y-js/y-websockets-client.git"
|
||||
},
|
||||
"keywords": [
|
||||
"Yjs",
|
||||
"Connector"
|
||||
],
|
||||
"author": "Kevin Jahns <kevin.jahns@rwth-aachen.de>",
|
||||
"license": "MIT",
|
||||
"bugs": {
|
||||
"url": "https://github.com/y-js/y-websockets-client/issues"
|
||||
},
|
||||
"homepage": "http://y-js.org",
|
||||
"dependencies": {
|
||||
"socket.io-client": "^1.3.7"
|
||||
},
|
||||
"devDependencies": {
|
||||
"babel-eslint": "^4.1.4",
|
||||
"babel-plugin-transform-runtime": "^6.1.18",
|
||||
"babel-preset-es2015": "^6.1.18",
|
||||
"babel-runtime": "^6.1.18",
|
||||
"babelify": "^7.2.0",
|
||||
"fs": "0.0.2",
|
||||
"gulp": "^3.9.0",
|
||||
"gulp-load-plugins": "^1.1.0",
|
||||
"gulp-prompt": "^0.1.2",
|
||||
"http": "0.0.0",
|
||||
"pre-commit": "^1.1.2",
|
||||
"run-sequence": "^1.1.4",
|
||||
"socket.io": "^1.3.7",
|
||||
"standard": "^5.3.1"
|
||||
}
|
||||
}
|
||||
File diff suppressed because it is too large
Load Diff
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
Reference in New Issue
Block a user