enzyme
Version:
JavaScript Testing utilities for React
76 lines (75 loc) • 1.97 kB
JSON
{
"name": "jsdomify",
"version": "1.0.2",
"description": "Create a JSDom instance for browserless testing, exposing some handling methods",
"main": "lib/jsdomify.js",
"directories": {
"test": "test"
},
"dependencies": {
"jsdom": "7.0.0"
},
"devDependencies": {
"babel": "6.1.18",
"babel-cli": "6.1.18",
"babel-core": "6.1.21",
"babel-preset-es2015": "6.1.18",
"babel-preset-react": "6.1.18",
"coveralls": "2.11.4",
"istanbul": "0.4.0",
"mocha": "2.3.3",
"unexpected": "10.1.0"
},
"scripts": {
"test": "mocha --compilers js:babel-core/register",
"compile": "babel -d lib/ src/",
"prepublish": "npm run compile",
"travis": "npm run coverage",
"coverage": "istanbul cover ./node_modules/mocha/bin/_mocha --report lcovonly -x src/polyfills/* -- -R spec --compilers js:babel-core/register"
},
"files": [
"lib/jsdomify.js"
],
"repository": {
"type": "git",
"url": "git://github.com/podio/jsdomify.git"
},
"keywords": [
"jsdom",
"dom",
"test",
"html",
"testing",
"mocha"
],
"author": {
"name": "Domenico Matteo",
"email": "matteo.domenico@gmail.com"
},
"license": "MIT",
"bugs": {
"url": "https://github.com/podio/jsdomify/issues"
},
"homepage": "https://github.com/podio/jsdomify",
"gitHead": "7c881774699b04d801a0e4b91729e1ad4ef50d03",
"_id": "jsdomify@1.0.2",
"_shasum": "3105adf7b04849aa699ea6450f68ff97da89729d",
"_from": "jsdomify@*",
"_npmVersion": "2.14.7",
"_nodeVersion": "4.2.1",
"_npmUser": {
"name": "dmatteo",
"email": "matteo.domenico@gmail.com"
},
"maintainers": [
{
"name": "dmatteo",
"email": "matteo.domenico@gmail.com"
}
],
"dist": {
"shasum": "3105adf7b04849aa699ea6450f68ff97da89729d",
"tarball": "http://registry.npmjs.org/jsdomify/-/jsdomify-1.0.2.tgz"
},
"_resolved": "http://registry.npmjs.org/jsdomify/-/jsdomify-1.0.2.tgz"
}