capsule-react
Version:
React bindngs for A state container based on Flux, but a simpler concept than Redux.
28 lines (27 loc) • 841 B
JSON
{
"name": "capsule-react",
"version": "0.0.0",
"description": "React bindngs for A state container based on Flux, but a simpler concept than Redux.",
"main": "dist/Capsule.js",
"repository": "https://github.com/aikar/capsule",
"author": "Daniel Ennis <aikar@aikar.co>",
"license": "MIT",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"build": "rm -rf dist/*.js; node_modules/.bin/gulp build",
"prepublish": "npm run build"
},
"devDependencies": {
"babel-core": "^6.23.1",
"babel-preset-es2015": "^6.22.0",
"babel-preset-stage-1": "^6.22.0",
"gulp": "^3.9.1",
"gulp-babel": "^6.1.2",
"gulp-bash-completion": "^1.1.0",
"gulp-cli": "^1.2.2",
"gulp-sourcemaps": "^2.4.1",
"gulp-umd": "^0.2.0",
"gulp-util": "^3.0.8",
"gulp-watch": "^4.3.11"
}
}