-
- Downloads
prepublish yjs
{ | { | ||
"name": "yjs", | "name": "yjs", | ||
"version": "0.5.0", | "version": "0.5.1", | ||
"description": "A Framework that enables Real-Time Collaboration on arbitrary data structures.", | "description": "A Framework that enables Real-Time Collaboration on arbitrary data structures.", | ||
"main": "./build/node/y.js", | "main": "./build/node/y.js", | ||
"scripts": { | "scripts": { | ||
"prepublish": "./node_module/.bin/gulp build_node", | |||
"test": "./node_modules/.bin/gulp mocha" | "test": "./node_modules/.bin/gulp mocha" | ||
}, | }, | ||
"repository": { | "repository": { | ||
... | @@ -26,9 +27,9 @@ | ... | @@ -26,9 +27,9 @@ |
}, | }, | ||
"homepage": "https://dadamonad.github.io/yjs/", | "homepage": "https://dadamonad.github.io/yjs/", | ||
"dependencies": { | "dependencies": { | ||
"chai": "^2.2.0" | |||
}, | }, | ||
"devDependencies": { | "devDependencies": { | ||
"chai": "^2.2.0", | |||
"codo": "^2.0.9", | "codo": "^2.0.9", | ||
"coffee-errors": "~0.8.6", | "coffee-errors": "~0.8.6", | ||
"coffee-script": "^1.7.1", | "coffee-script": "^1.7.1", | ||
... | ... |
Please register or sign in to comment