UNPKG

overvue-rx

Version:

A library providing Vue applications with 'asynchronous-first' state management

37 lines (36 loc) 987 B
{ "name": "overvue-rx", "version": "1.0.12", "description": "A library providing Vue applications with 'asynchronous-first' state management", "author": "mKondoJS", "main": "build/index.js", "license": "MIT", "repository": { "type": "git", "url": "git+https://github.com/mKondoJS/OverVue" }, "bugs": { "url": "https://github.com/mKondoJS/OverVue/issues" }, "homepage": "https://github.com/mKondoJS/OverVue#readme", "scripts": { "build": "babel src -d build", "test": "babel-tape-runner test/overVueTest.js", "prepublish": "npm run build" }, "dependencies": { "rxjs": "^5.2.0", "rxjs-es": "^5.0.0-beta.12" }, "devDependencies": { "babel-core": "^6.22.1", "babel-loader": "^6.2.10", "babel-preset-es2015": "^6.22.0", "babel-preset-latest": "^6.0.0", "babel-preset-stage-2": "^6.22.0", "babel-register": "^6.24.0", "babel-tape-runner": "^2.0.1", "tape": "^4.6.3", "webpack": "^2.3.2" } }