UNPKG

mock-autobahnjs

Version:

Wrapper around mock-socket to work with autobahnjs

51 lines (50 loc) 1.29 kB
{ "name": "mock-autobahnjs", "version": "0.1.0", "description": "Wrapper around mock-socket to work with autobahnjs", "keywords": [ "websockets", "mock", "mocksocket", "autobahn" ], "main": "dist/index.js", "repository": { "type": "git", "url": "https://github.com/smacker/mock-autobahnjs.git" }, "author": "Maxim Sukharev", "license": "ISC", "bugs": { "url": "https://github.com/smacker/mock-autobahnjs/issues" }, "homepage": "https://github.com/smacker/mock-autobahnjs#readme", "devDependencies": { "autobahn": "^0.9.9", "babel-cli": "^6.6.5", "babel-preset-es2015": "^6.6.0", "babel-preset-stage-2": "^6.5.0", "babelify": "^7.2.0", "browserify": "^13.0.0", "chai": "^3.5.0", "eslint": "^2.3.0", "karma": "^0.13.22", "karma-babel-preprocessor": "^6.0.1", "karma-browserify": "^5.0.2", "karma-chai": "^0.1.0", "karma-chrome-launcher": "^0.2.2", "karma-mocha": "^0.2.2", "karma-mocha-reporter": "^2.0.0", "mocha": "^2.4.5", "watchify": "^3.7.0" }, "dependencies": { "mock-socket": "^2.0.0" }, "scripts": { "lint": "eslint .", "build": "babel -d dist src/", "test": "karma start", "dist": "npm run lint && npm run test && npm run build" } }