UNPKG

react-fullstory-component

Version:

[![Build Status](https://travis-ci.org/stikmanw/react-fullstory-component.svg?branch=master)](https://travis-ci.org/stikmanw/react-fullstory-component) [![NPM version][npm-image]][npm-url]

59 lines (58 loc) 1.57 kB
{ "name": "react-fullstory-component", "version": "2.1.0", "description": "", "main": "lib/index.js", "scripts": { "test": "node_modules/.bin/mocha --require babel-core/register tests/*-test.js", "test-watch": "node_modules/.bin/mocha --require babel-core/register --watch tests/*-test.js", "build": "node_modules/,bin/rimraf lib && node_modules/.bin/babel src --out-dir lib", "prepublish": "npm run build" }, "repository": "https://github.com/stikmanw/react-fullstory-component", "keywords": [ "react-component", "fullstory", "third-party" ], "author": "Ben Carter <bcarter@redventures.com>", "license": "MIT", "babel": { "presets": [ "es2015", "react" ] }, "devDependencies": { "babel-cli": "^6.9.0", "babel-core": "^6.7.4", "babel-preset-es2015": "^6.6.0", "babel-preset-react": "^6.5.0", "chai": "^3.5.0", "cheerio": "^0.20.0", "coveralls": "^2.11.9", "enzyme": "^2.6.0", "eslint": "^2.9.0", "eslint-config-airbnb": "^9.0.1", "eslint-plugin-import": "^1.9.2", "eslint-plugin-jsx-a11y": "^1.5.3", "eslint-plugin-react": "^5.1.1", "jsdom": "9.12.0", "mocha": "^2.4.5", "mocha-lcov-reporter": "^1.2.0", "prop-types": "^15.5.10", "react-addons-test-utils": "15.4.1", "rimraf": "^2.5.2", "sinon": "^1.17.4", "react": "15.x.x", "react-dom": "15.x.x" }, "dependencies": {}, "peerDependencies": { "react": "15.x.x", "react-dom": "15.x.x" }, "optionalDependencies": { "fsevents": "*" } }