rquery
Version:
jQuery-like functionality for React to facilitate testing.
45 lines (44 loc) • 943 B
JSON
{
"author": "Andrew Hanna <percyhanna@gmail.com>",
"name": "rquery",
"description": "jQuery-like functionality for React to facilitate testing.",
"keywords": [
"react",
"jquery",
"selector",
"query",
"find",
"testing"
],
"version": "5.1.0",
"repository": {
"type": "git",
"url": "https://github.com/percyhanna/rquery"
},
"bugs": {
"url": "https://github.com/percyhanna/rquery/issues"
},
"scripts": {
"test": "mocha-phantomjs test/index.html"
},
"main": "./rquery",
"engines": {
"node": ">= 0.4.0"
},
"dependencies": {
"lodash": "^3.4.0"
},
"devDependencies": {
"chai": "1",
"chai-react": "3.0.0-rc1",
"es5-shim": "^4.0.0",
"mocha": "1",
"mocha-phantomjs": "3",
"phantomjs": "1.9.7-15",
"react": "^15.0",
"react-addons-test-utils": "^0.14.0",
"react-dom": "^0.14.0",
"sinon": "^1.12.2",
"sinon-chai": "^2.6.0"
}
}