UNPKG

@xailabs/altx

Version:

Flux flavor based on alt.js

65 lines (64 loc) 1.79 kB
{ "name": "@xailabs/altx", "version": "1.4.5", "description": "Flux flavor based on alt.js", "main": "lib/index.js", "scripts": { "clean": "rm -rf lib/*", "test": "babel-tape-runner test | faucet", "tape": "nodemon -w src -w test -q -x \"yarn test\"", "docs": "esdoc -c esdoc.json", "build": "echo [build] && babel src --out-dir lib && echo [build done]", "build:watch": "nodemon -w src -q -x \"yarn build\"", "prepublishOnly": "yarn test && yarn build", "lint": "eslint src" }, "publishConfig": { "access": "public" }, "repository": { "type": "git", "url": "ssh://git@github.com/loopmode/altx.git" }, "keywords": [ "alt", "flux" ], "author": { "name": "Jovica Aleksic", "email": "jovica.aleksic@loopmode.de" }, "license": "ISC", "bugs": { "url": "https://github.com/loopmode/altx/issues" }, "homepage": "https://github.com/loopmode/altx#readme", "dependencies": { "@loopmode/events": "^1.0.5", "alt": "^0.18.6", "alt-utils": "^2.0.0", "immutable": "^3.8.1", "react": "^15.3.1", "validate.js": "^0.9.0" }, "devDependencies": { "@loopmode/babel6-base": "^0.3.2", "babel-cli": "^6.24.1", "babel-core": "^6.25.0", "babel-plugin-transform-class-properties": "^6.24.1", "babel-plugin-transform-decorators-legacy": "^1.3.4", "babel-plugin-transform-runtime": "^6.23.0", "babel-preset-es2015": "^6.24.1", "babel-preset-react": "^6.24.1", "babel-preset-stage-0": "^6.24.1", "babel-register": "^6.24.1", "babel-tape-runner": "^2.0.1", "esdoc": "^0.5.2", "esdoc-importpath-plugin": "0.0.1", "faucet": "^0.0.1", "jsdom": "^12.0.0", "jsdom-global": "^3.0.2", "nodemon": "^1.11.0", "tape": "^4.7.0" } }