introspect-reduce
Version:
introspect the state of a reducible
68 lines (67 loc) • 1.43 kB
JSON
{
"name": "introspect-reduce",
"version": "1.0.1",
"description": "introspect the state of a reducible",
"keywords": [],
"author": "Raynos <raynos2@gmail.com>",
"repository": "git://github.com/Colingo/introspect-reduce.git",
"main": "index",
"homepage": "https://github.com/Colingo/introspect-reduce",
"contributors": [
{
"name": "Raynos"
}
],
"bugs": {
"url": "https://github.com/Colingo/introspect-reduce/issues",
"email": "raynos2@gmail.com"
},
"dependencies": {
"process": "~0.5.0",
"console": "~0.4.9",
"reducible": "Raynos/reducible#v1.0.6"
},
"devDependencies": {
"tape": "~0.2.2",
"browserify": "https://github.com/raynos/node-browserify/tarball/master",
"reducers": "Raynos/reducers#dedup"
},
"licenses": [
{
"type": "MIT",
"url": "http://github.com/Colingo/introspect-reduce/raw/master/LICENSE"
}
],
"scripts": {
"test": "node ./test",
"build": "browserify test/index.js -o test/static/bundle.js",
"testem": "testem"
},
"testling": {
"files": "test/index.js",
"browsers": {
"ie": [
"8",
"9",
"10"
],
"firefox": [
"16",
"17",
"nightly"
],
"chrome": [
"22",
"23",
"canary"
],
"opera": [
"12",
"next"
],
"safari": [
"5.1"
]
}
}
}