rquery
Version:
jQuery-like functionality for React to facilitate testing.
33 lines (32 loc) • 571 B
JSON
{
"name": "rquery",
"main": "rquery.js",
"version": "5.1.0",
"authors": [
"Andrew Hanna <percyhanna@gmail.com>"
],
"description": "jQuery-like functionality for React to facilitate testing.",
"moduleType": [
"globals"
],
"keywords": [
"react",
"jquery",
"selector",
"query",
"find",
"testing"
],
"license": "MIT",
"ignore": [
"**/.*",
"node_modules",
"bower_components",
"test",
"tests"
],
"dependencies": {
"lodash": "~3.4.0"
},
"homepage": "https://github.com/percyhanna/rquery"
}