UNPKG

fluorine-orchestra

Version:
77 lines (76 loc) 2.17 kB
{ "name": "fluorine-orchestra", "version": "3.3.2", "main": "lib/index.js", "jsnext:main": "es/index.js", "files": [ "lib", "es", "src" ], "description": "A data orchestration layer for Fluorine", "scripts": { "test": "BABEL_ENV=commonjs mocha --compilers js:babel-register --recursive", "test:watch": "npm test -- --watch", "test:cov": "nyc npm test && nyc report --reporter=text-lcov | coveralls", "lint": "eslint src", "clean": "rm -rf lib es", "build:commonjs": "BABEL_ENV=commonjs babel src --out-dir lib", "build:es": "babel src --out-dir es", "build": "npm run build:commonjs && npm run build:es", "prepublish": "npm run clean && npm run build", "preversion": "npm run clean && npm run test", "version": "npm run build", "postversion": "git push && git push --tags" }, "author": "Phil Plückthun <phil@plckthn.me> (https://github.com/philpl)", "bugs": { "url": "https://github.com/philplckthun/fluorine-orchestra/issues" }, "repository": { "type": "git", "url": "git+https://github.com/philpl/fluorine-orchestra.git" }, "license": "CC0-1.0", "keywords": [ "fluorine", "flux", "react", "data", "orchestra", "manager", "immutable" ], "dependencies": { "babel-runtime": "^6.11.6", "extendable-immutable": "^1.3.0", "invariant": "^2.2.1", "rxjs": "^5.0.0-beta.10" }, "devDependencies": { "babel-cli": "^6.16.0", "babel-eslint": "^7.0.0", "babel-plugin-closure-elimination": "^1.0.6", "babel-plugin-transform-es2015-modules-commonjs": "^6.16.0", "babel-plugin-transform-runtime": "^6.15.0", "babel-preset-philpl": "^0.3.1", "babel-register": "^6.16.0", "coveralls": "^2.11.14", "eslint": "^3.6.1", "eslint-config-excellence": "^1.17.0", "eslint-plugin-mocha": "^4.5.1", "eslint-plugin-react": "^6.3.0", "expect": "^1.20.2", "fluorine-lib": "^4.2.2", "immutable": "^3.8.1", "mocha": "^3.1.0", "nyc": "^8.3.0" }, "peerDependencies": { "fluorine-lib": ">= 4.1.4", "immutable": ">= 3.8.1" }, "engines": { "node": ">= 0.12.0" } }