UNPKG

@xailabs/altx

Version:

Flux flavor based on alt.js

57 lines (56 loc) 1.5 kB
{ "name": "@xailabs/altx", "version": "1.0.0-rc4", "description": "Flux flavor based on alt.js", "main": "lib/index.js", "scripts": { "test": "babel-tape-runner test | faucet", "tape": "nodemon -w src -w test -q -x \"npm test\"", "docs": "esdoc", "build": "babel src --out-dir lib", "prepublish": "npm run test && npm run build" }, "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": { "alt": "^0.18.6", "alt-utils": "^1.0.0", "immutable": "^3.8.1", "promise": "^7.0.3", "react": "^15.3.1", "validate.js": "^0.9.0" }, "devDependencies": { "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-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", "faucet": "^0.0.1", "nodemon": "^1.11.0", "tape": "^4.7.0" } }