UNPKG

sententiaregum-flux-container

Version:

The flux implementation of the sententiaregum project based on facebook/flux

52 lines (51 loc) 1.55 kB
{ "name": "sententiaregum-flux-container", "version": "2.1.1", "description": "The flux implementation of the sententiaregum project based on facebook/flux", "main": "lib/index.js", "scripts": { "test": "BABEL_ENV=testing npm run test-bare", "test-windows": "npm run test-bare", "lint": "eslint ./src", "build": "babel ./src -d lib", "prepublish": "npm run build", "test-bare": " mocha --recursive --ui bdd --compilers js:babel-core/register --reporter dot --require babel-polyfill", "profile": "mocha --recursive --ui bdd --compilers js:babel-core/register --require babel-polyfill --reporter mocha-perf-reporter" }, "repository": { "type": "git", "url": "git+https://github.com/Sententiaregum/flux-container.git" }, "keywords": [ "Flux", "Dispatcher" ], "author": { "name": "Maximilian Bosch", "email": "maximilian.bosch.27@gmail.com", "url": "https://twitter.com/_Ma27_" }, "license": "MIT", "bugs": { "url": "https://github.com/Sententiaregum/flux-container/issues" }, "homepage": "https://github.com/Sententiaregum/flux-container#readme", "engines": { "node": ">=6.0.0", "npm": ">=3.0.0" }, "dependencies": { "deep-equal": "^1.0.1", "invariant": "^2.2.1" }, "devDependencies": { "babel-core": "^6.7.2", "babel-polyfill": "^6.7.2", "babel-preset-es2015": "^6.6.0", "babel-preset-stage-0": "^6.5.0", "chai": "^3.5.0", "mocha": "^3.0.0", "mocha-perf-reporter": "^0.2.1", "sinon": "^1.17.3" } }