office-ui-fabric-core
Version:
The front-end framework for building experiences for Office 365.
30 lines (29 loc) • 652 B
JSON
{
"name": "office-ui-fabric-core",
"author": "Office UI Fabric Team",
"version": "11.0.1",
"description":
"The front-end framework for building experiences for Office 365.",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/OfficeDev/Office-UI-Fabric-Core"
},
"main": "dist/css/fabric.css",
"private": false,
"ignore": [
"node_modules",
"bower_components",
"*.sublime*",
"typings",
"ghdocs",
"server",
"gulp",
".travis.yml",
".sass-lint.yml",
".pullapprove.yml",
".htmllintrc",
".jshintrc",
".csscomb.json"
]
}