slds-icon-font
Version:
Icon font version of Salesforce Lighting Design System SVGs
41 lines (40 loc) • 1.03 kB
JSON
{
"name": "slds-icon-font",
"version": "0.0.2",
"description": "Icon font version of Salesforce Lighting Design System SVGs",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "https://github.com/CodeScience/SLDS-icon-font.git"
},
"keywords": [
"SLDS",
"Salesforce",
"Salesforce Lightning Design System",
"Lightning Design System",
"icon fonts",
"icon-fonts"
],
"author": "Matthew Turnure",
"license": "MIT",
"bugs": {
"url": "https://github.com/CodeScience/SLDS-icon-font/issues"
},
"homepage": "https://github.com/CodeScience/SLDS-icon-font",
"devDependencies": {
"@salesforce-ux/design-system": "^0.12.1",
"angular": "^1.4.8",
"browser-sync": "^2.11.0",
"del": "^2.2.0",
"gulp": "^3.9.0",
"gulp-concat": "^2.6.0",
"gulp-jshint": "^2.0.0",
"gulp-rename": "^1.2.2",
"gulp-sass": "^2.1.1",
"gulp-uglify": "^1.5.1",
"jshint": "^2.8.0"
}
}