fluxx
Version:
Terse application state management
43 lines (42 loc) • 1.09 kB
JSON
{
"name": "fluxx",
"version": "0.14.15",
"main": "lib/fluxx",
"typings": "lib/fluxx.d.ts",
"description": "Terse application state management",
"keywords": [
"flux",
"facebook",
"store",
"action",
"reactive",
"unidirectional",
"terse",
"mvc",
"typescript"
],
"homepage": "https://github.com/AlexGalays/fluxx/",
"author": {
"name": "Alexandre Galays",
"url": "https://github.com/AlexGalays/"
},
"repository": {
"type": "git",
"url": "https://github.com/AlexGalays/fluxx.git"
},
"devDependencies": {
"babel-cli": "6.4.5",
"babel-preset-es2015": "^6.6.0",
"babel-preset-es2015-loose": "7.0.0",
"babel-preset-stage-2": "6.3.13",
"better-assert": "1.0.1",
"mocha": "2.1.0",
"mocha-babel": "3.0.3"
},
"scripts": {
"copy-typings": "mkdir -p lib && cp typings/fluxx.d.ts lib && cp typings/ReactConnector.d.ts lib",
"build": "npm run copy-typings && node node_modules/babel-cli/bin/babel.js src --out-dir lib",
"test": "npm run build && mocha --ui tdd"
},
"files": ["lib"]
}