UNPKG

chai-shallowly

Version:
66 lines (65 loc) 2.02 kB
{ "name": "chai-shallowly", "version": "1.0.0", "description": "A Chai assertion frame work for Enzyme", "main": "src/index.js", "repository": { "type": "git", "url": "git@github.com:walmartlabs/chai-shallowly.git" }, "scripts": { "lint-plugin": "eslint -c .eslintrc-chai-plugin src/index.js", "lint-tests": "eslint --ext .jsx -c .eslintrc-chai-plugin-tests test/client/spec/*.jsx", "lint-config": "eslint --ext .jsx -c .eslintrc-config-files karma.config.js", "lint": "npm run lint-tests && npm run lint-plugin && npm run lint-config", "test-client": "node_modules/karma/bin/karma start karma.config.js", "test-server": "mocha --compilers js:babel-register test/client/spec/chai-shallowly.spec.jsx", "test": "npm run test-server && npm run test-client", "check": "npm run lint && npm run test" }, "keywords": [ "react", "chai", "shallow", "shallowly", "enzyme", "chai-plugin", "browser", "vendor" ], "author": "Ben Bayard", "license": "MIT", "dependencies": { "enzyme": "^3.0.0" }, "devDependencies": { "babel": "^6.3.13", "babel-core": "^6.3.17", "babel-eslint": "^6.0.4", "babel-loader": "^6.2.0", "babel-plugin-transform-react-jsx": "^6.3.13", "babel-polyfill": "^6.3.14", "babel-preset-es2015": "^6.3.13", "babel-register": "^6.3.13", "chai": "^3.2.0", "eslint": "^1.10.3", "eslint-config-defaults": "^9.0.0", "eslint-plugin-filenames": "^0.2.0", "eslint-plugin-react": "^5.1.1", "enzyme-adapter-react-16": "^1.0.4", "karma": "^0.13.15", "karma-babel-preprocessor": "^6.0.1", "karma-mocha": "^0.2.1", "karma-phantomjs-launcher": "^1.0.0", "karma-sourcemap-loader": "^0.3.6", "karma-spec-reporter": "0.0.26", "karma-webpack": "^1.7.0", "mocha": "^2.3.3", "phantomjs": "^2.1.7", "phantomjs-prebuilt": "^2.1.7", "react": "^16.0.2", "react-dom": "^16.0.1", "sinon": "^1.17.3", "webpack": "^1.12.9" } }