23 строки
504 B
JSON
23 строки
504 B
JSON
{
|
|
"name": "@microsoft/azure-iot-ux-fluent-css",
|
|
"description": "Azure IoT common styles library for CSS, Colors and Themes",
|
|
"version": "7.1.2",
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": "^8.0.0"
|
|
},
|
|
"scripts": {
|
|
"build": "node-sass-chokidar example/ -o example/"
|
|
},
|
|
"dependencies": {
|
|
"normalize.css": "^8.0.1"
|
|
},
|
|
"devDependencies": {
|
|
"node-sass-chokidar": "^1.2.2"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/Azure/iot-ux-fluent-css"
|
|
}
|
|
}
|