safari-beauty-toolbar
Version:
Make the Safari Toolbar more consistent with your brand colors
35 lines (34 loc) • 1.07 kB
JSON
{
"name": "safari-beauty-toolbar",
"version": "1.0.3",
"description": "Make the Safari Toolbar more consistent with your brand colors",
"repository": "git+https://github.com/neSpecc/safari-beauty-toolbar.git",
"bugs": {
"url": "https://github.com/neSpecc/safari-beauty-toolbar/issues"
},
"homepage": "https://ifmo.su/beauty-toolbar",
"main": "dist/sct.min.js",
"scripts": {
"css": "postcss ./demo/demo.pcss --no-map -u postcss-cssnext postcss-nested -o ./demo/demo.css --watch",
"build": "webpack -p --entry=./src/sct.ts --module-bind ts=ts-loader --output=./dist/sct.min.js --output-library-target=umd --output-library=SBToolbar"
},
"keywords": [
"codex",
"safari",
"toolbar",
"branding"
],
"author": "Petr Savchenko",
"license": "MIT",
"devDependencies": {
"postcss-cli": "^5.0.0",
"postcss-cssnext": "^3.1.0",
"postcss-nested": "^3.0.0",
"ts-loader": "^4.4.2",
"tslint": "^5.9.1",
"typescript": "^2.8.1",
"webpack": "^4.16.3",
"webpack-cli": "^3.1.0"
},
"private": false
}