update
This commit is contained in:
		
							parent
							
								
									a94553f05c
								
							
						
					
					
						commit
						5da1c9d337
					
				
							
								
								
									
										23
									
								
								LICENSE
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										23
									
								
								LICENSE
									
									
									
									
									
										Normal file
									
								
							@ -0,0 +1,23 @@
 | 
				
			|||||||
 | 
					The MIT License (MIT)
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					Copyright (c) 2014
 | 
				
			||||||
 | 
					  - Kevin Jahns <kevin.jahns@rwth-aachen.de>.
 | 
				
			||||||
 | 
					  - Chair of Computer Science 5 (Databases & Information Systems), RWTH Aachen University, Germany
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					Permission is hereby granted, free of charge, to any person obtaining a copy
 | 
				
			||||||
 | 
					of this software and associated documentation files (the "Software"), to deal
 | 
				
			||||||
 | 
					in the Software without restriction, including without limitation the rights
 | 
				
			||||||
 | 
					to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
 | 
				
			||||||
 | 
					copies of the Software, and to permit persons to whom the Software is
 | 
				
			||||||
 | 
					furnished to do so, subject to the following conditions:
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					The above copyright notice and this permission notice shall be included in all
 | 
				
			||||||
 | 
					copies or substantial portions of the Software.
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
 | 
				
			||||||
 | 
					IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
 | 
				
			||||||
 | 
					FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
 | 
				
			||||||
 | 
					AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
 | 
				
			||||||
 | 
					LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
 | 
				
			||||||
 | 
					OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
 | 
				
			||||||
 | 
					SOFTWARE.
 | 
				
			||||||
							
								
								
									
										64
									
								
								package.json
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										64
									
								
								package.json
									
									
									
									
									
										Normal file
									
								
							@ -0,0 +1,64 @@
 | 
				
			|||||||
 | 
					{
 | 
				
			||||||
 | 
					  "name": "yjs",
 | 
				
			||||||
 | 
					  "version": "0.6.14",
 | 
				
			||||||
 | 
					  "description": "A framework for real-time p2p shared editing on arbitrary complex data types",
 | 
				
			||||||
 | 
					  "main": "y.js",
 | 
				
			||||||
 | 
					  "scripts": {
 | 
				
			||||||
 | 
					    "test": "node --harmony ./node_modules/.bin/gulp test",
 | 
				
			||||||
 | 
					    "lint": "./node_modules/.bin/standard",
 | 
				
			||||||
 | 
					    "build": "./node_modules/.bin/standard build"
 | 
				
			||||||
 | 
					  },
 | 
				
			||||||
 | 
					  "pre-commit": [
 | 
				
			||||||
 | 
					    "lint",
 | 
				
			||||||
 | 
					    "test"
 | 
				
			||||||
 | 
					  ],
 | 
				
			||||||
 | 
					  "standard": {
 | 
				
			||||||
 | 
					    "parser": "babel-eslint",
 | 
				
			||||||
 | 
					    "ignore": [
 | 
				
			||||||
 | 
					      "build/**",
 | 
				
			||||||
 | 
					      "./y.js",
 | 
				
			||||||
 | 
					      "./y.js.map"
 | 
				
			||||||
 | 
					    ]
 | 
				
			||||||
 | 
					  },
 | 
				
			||||||
 | 
					  "repository": {
 | 
				
			||||||
 | 
					    "type": "git",
 | 
				
			||||||
 | 
					    "url": "https://github.com/y-js/yjs.git"
 | 
				
			||||||
 | 
					  },
 | 
				
			||||||
 | 
					  "keywords": [
 | 
				
			||||||
 | 
					    "OT",
 | 
				
			||||||
 | 
					    "Operational Transformation",
 | 
				
			||||||
 | 
					    "collaboration",
 | 
				
			||||||
 | 
					    "synchronization",
 | 
				
			||||||
 | 
					    "ShareJs",
 | 
				
			||||||
 | 
					    "OpenCoweb",
 | 
				
			||||||
 | 
					    "concurrency"
 | 
				
			||||||
 | 
					  ],
 | 
				
			||||||
 | 
					  "author": "Kevin Jahns",
 | 
				
			||||||
 | 
					  "email": "kevin.jahns@rwth-aachen.de",
 | 
				
			||||||
 | 
					  "license": "MIT",
 | 
				
			||||||
 | 
					  "bugs": {
 | 
				
			||||||
 | 
					    "url": "https://github.com/y-js/yjs/issues"
 | 
				
			||||||
 | 
					  },
 | 
				
			||||||
 | 
					  "homepage": "http://y-js.org",
 | 
				
			||||||
 | 
					  "devDependencies": {
 | 
				
			||||||
 | 
					    "babel-eslint": "^4.1.2",
 | 
				
			||||||
 | 
					    "gulp": "^3.9.0",
 | 
				
			||||||
 | 
					    "gulp-babel": "^5.2.1",
 | 
				
			||||||
 | 
					    "gulp-bump": "^1.0.0",
 | 
				
			||||||
 | 
					    "gulp-concat": "^2.6.0",
 | 
				
			||||||
 | 
					    "gulp-filter": "^3.0.1",
 | 
				
			||||||
 | 
					    "gulp-git": "^1.6.0",
 | 
				
			||||||
 | 
					    "gulp-jasmine": "^2.0.1",
 | 
				
			||||||
 | 
					    "gulp-jasmine-browser": "^0.2.3",
 | 
				
			||||||
 | 
					    "gulp-load-plugins": "^1.0.0",
 | 
				
			||||||
 | 
					    "gulp-sourcemaps": "^1.5.2",
 | 
				
			||||||
 | 
					    "gulp-tag-version": "^1.3.0",
 | 
				
			||||||
 | 
					    "gulp-uglify": "^1.4.1",
 | 
				
			||||||
 | 
					    "gulp-util": "^3.0.6",
 | 
				
			||||||
 | 
					    "gulp-watch": "^4.3.5",
 | 
				
			||||||
 | 
					    "minimist": "^1.2.0",
 | 
				
			||||||
 | 
					    "pre-commit": "^1.1.1",
 | 
				
			||||||
 | 
					    "promise-polyfill": "^2.1.0",
 | 
				
			||||||
 | 
					    "standard": "^5.2.2"
 | 
				
			||||||
 | 
					  }
 | 
				
			||||||
 | 
					}
 | 
				
			||||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user