{
  "name": "office-ui-fabric-react",
  "version": "0.88.0",
  "description": "Reusable React components for building experiences for Office 365.",
  "main": "lib/index.js",
  "typings": "lib/index.d.ts",
  "repository": {
    "type": "git",
    "url": "https://github.com/OfficeDev/office-ui-fabric-react"
  },
  "license": "MIT",
  "scripts": {
    "build": "gulp",
    "clean": "gulp clean",
    "start": "gulp serve",
    "test": "gulp"
  },
  "devDependencies": {
    "@microsoft/web-library-build": ">=1.1.0 < 2.0.0",
    "@types/chai": "^3.4.34",
    "@types/enzyme": "^2.7.1",
    "@types/es6-promise": "0.0.32",
    "@types/mocha": "^2.2.32",
    "@types/node": "^6.0.45",
    "@types/react-addons-test-utils": "^0.14.15",
    "@types/webpack": "^1.12.35",
    "enzyme": "^2.7.0",
    "es6-promise": "3.2.1",
    "git-rev": "0.2.1",
    "gulp": "~3.9.1",
    "gulp-debug": "2.1.2",
    "gulp-prompt": "^0.2.0",
    "gulp-util": "3.0.7",
    "gutil": "1.6.4",
    "highlight.js": "9.6.0",
    "mocha": "~2.5.3",
    "office-ui-fabric-core": "^5.0.1",
    "react-addons-test-utils": "^15.1.0",
    "react-highlight": "0.8.0",
    "source-map-loader": "0.1.5",
    "tslint": "^3.15.1",
    "tslint-microsoft-contrib": "^2.0.9",
    "typescript": "^2.1.0",
    "vinyl-ftp": "0.4.5",
    "webpack-bundle-analyzer": "^2.2.1",
    "webpack-split-by-path": "0.0.10"
  },
  "dependencies": {
    "@microsoft/load-themed-styles": "^1.2.2",
    "@types/react": "^0.14.41",
    "@types/react-dom": "^0.14.18",
    "color-functions": "^1.1.0"
  }
}