thundercats-react
Version:
Thundercats addon for use with React
75 lines (74 loc) • 2.07 kB
JSON
{
"name": "thundercats-react",
"description": "Thundercats addon for use with React",
"version": "0.5.1",
"homepage": "http://thundercats.js.org",
"keywords": [
"alwaysUseTwoSpaces",
"thundercats",
"react",
"reactjs",
"flux",
"dispatcher",
"isomorphic",
"rx",
"rxjs",
"frp",
"reactive"
],
"main": "lib/",
"bugs": "https://github.com/berkeleytrue/thundercats-react/issues",
"repository": {
"type": "git",
"url": "https://github.com/berkeleytrue/thundercats-react"
},
"scripts": {
"build": "npm run build-clean && npm run build-npm",
"build-npm": "babel src --out-dir lib",
"build-size": "echo \"gzipped, the umd build is `gzip -c lib/umd/ThunderCatsReact.min.js | wc -c | sed -e 's/^[[:space:]]*//'` bytes\"",
"build-clean": "rm -rf lib/*",
"cover": "istanbul cover _mocha -- --compilers js:./registerWithOptions.js",
"coverAlls": "istanbul cover _mocha -- --compilers js:./registerWithOptions.js && istanbul-coveralls",
"lint": "eslint .",
"pretest": "npm run lint",
"prepublish": "npm run test && npm run build",
"test": "mocha --compilers js:babel-core/register"
},
"author": {
"name": "Berkeley Martinez",
"email": "berkeley@r3dm.com",
"url": "http://r3dm.com"
},
"license": "MIT",
"dependencies": {
"debug": "^2.1.3",
"invariant": "^2.0.0",
"warning": "^2.0.0"
},
"peerDependencies": {
"react": "~0.14.0",
"react-dom": "~0.14.0",
"rx": "^4.0.0",
"thundercats": "^3.1.0"
},
"devDependencies": {
"babel": "5.8.34",
"babel-core": "5.8.33",
"babel-eslint": "4.1.6",
"babel-runtime": "5.8.29",
"chai": "^3.4.0",
"eslint": "^1.8.0",
"eslint-plugin-react": "^3.6.3",
"istanbul": "^0.4.0",
"istanbul-coveralls": "^1.0.2",
"jsdom": "^7.0.2",
"mocha": "^2.2.1",
"react": "^0.14.0",
"react-addons-test-utils": "^0.14.0",
"react-dom": "~0.14.0",
"rx": "^4.0.0",
"sinon": "^1.11.1",
"sinon-chai": "^2.7.0",
"thundercats": "^3.1.0"
}
}