@freshlysqueezedgames/hermes
Version:
independant state management pipeline
53 lines (52 loc) • 1.55 kB
JSON
{
"name": "@freshlysqueezedgames/hermes",
"version": "0.6.0",
"description": "independant state management pipeline",
"main": "dist/index.js",
"scripts": {
"distribute": "babel src --out-file publish/hermes.js --ignore *.test.js && npm run minify",
"minify": "minify publish/hermes.js --out-file publish/hermes.min.js",
"build": "babel src --out-dir dist --source-maps",
"lint": "",
"test": "npm run build && jest dist --coverage"
},
"repository": {
"type": "git",
"url": "https://github.com/freshlysqueezedgames/hermes"
},
"keywords": [
"Flux",
"State",
"Store",
"Regex",
"Paths",
"Reducers",
"State Container",
"Predictable State Container",
"Data Management",
"Single Page Applications",
"SPA",
"Unidirectional Data Flow",
"Flow"
],
"author": "Carl Pryke (Freshly Squeezed Games LTD)",
"license": "MIT",
"devDependencies": {
"babel-core": "^6.26.3",
"babel-jest": "^23.4.2",
"babel-plugin-transform-class-properties": "^6.24.1",
"babel-plugin-transform-es2015-destructuring": "^6.23.0",
"babel-plugin-transform-es2015-template-literals": "^6.22.0",
"babel-plugin-transform-flow-strip-types": "^6.22.0",
"babel-plugin-transform-object-rest-spread": "^6.26.0",
"babel-preset-env": "^1.7.0",
"babel-preset-es2015": "^6.24.1",
"babel-preset-flow": "^6.23.0",
"babel-preset-minify": "^0.4.3",
"chai": "^4.1.2",
"eslint": "^5.0.1"
},
"dependencies": {
"path-to-regexp": "^2.2.1"
}
}