2019-04-05 11:04:02 +01:00
|
|
|
{
|
|
|
|
"name": "pixel-borders",
|
2019-05-28 11:33:07 -07:00
|
|
|
"description": "Sass mixin to add pixelated borders to HTML elements.",
|
2019-05-23 10:58:15 +01:00
|
|
|
"version": "1.1.1",
|
2019-04-12 12:27:22 +01:00
|
|
|
"main": "src/styles/pixel-borders.scss",
|
|
|
|
"repository": {
|
|
|
|
"type": "git",
|
|
|
|
"url": "git+https://github.com/NigelOToole/pixel-borders.git"
|
|
|
|
},
|
|
|
|
"bugs": {
|
|
|
|
"url": "https://github.com/NigelOToole/pixel-borders/issues"
|
|
|
|
},
|
|
|
|
"homepage": "https://github.com/NigelOToole/pixel-borders#readme",
|
|
|
|
"author": "Nigel O Toole <pure@purestructure.com> (http://www.purestructure.com)",
|
|
|
|
"license": "MIT",
|
|
|
|
"keywords": [
|
|
|
|
"sass",
|
|
|
|
"mixin",
|
|
|
|
"pixel",
|
|
|
|
"pixelated",
|
|
|
|
"borders",
|
|
|
|
"css"
|
|
|
|
],
|
2019-04-05 11:04:02 +01:00
|
|
|
"engines": {
|
|
|
|
"node": ">=4"
|
|
|
|
},
|
2019-05-23 10:36:35 +01:00
|
|
|
"browserslist": [
|
|
|
|
"> 1%",
|
|
|
|
"last 2 versions",
|
|
|
|
"Firefox ESR"
|
|
|
|
],
|
2019-04-05 11:04:02 +01:00
|
|
|
"devDependencies": {
|
|
|
|
"autoprefixer": "^9.4.4",
|
2019-05-23 10:36:35 +01:00
|
|
|
"browser-sync": "^2.26.5",
|
2019-04-05 11:04:02 +01:00
|
|
|
"cross-env": "^5.2.0",
|
|
|
|
"del": "^3.0.0",
|
|
|
|
"gulp": "^4.0.0",
|
|
|
|
"gulp-cli": "^2.0.1",
|
|
|
|
"gulp-if": "^2.0.2",
|
2019-05-23 10:36:35 +01:00
|
|
|
"gulp-load-plugins": "^1.5",
|
2019-04-05 11:04:02 +01:00
|
|
|
"gulp-plumber": "^1.0.1",
|
|
|
|
"gulp-postcss": "^8.0.0",
|
|
|
|
"gulp-sass": "^4.0.2",
|
|
|
|
"gulp-sourcemaps": "^2.2.0",
|
2019-05-23 10:36:35 +01:00
|
|
|
"yargs": "^12.0.5"
|
2019-04-05 11:04:02 +01:00
|
|
|
},
|
|
|
|
"scripts": {
|
|
|
|
"start": "gulp serve",
|
2019-05-23 10:36:35 +01:00
|
|
|
"build": "cross-env NODE_ENV=production gulp"
|
|
|
|
}
|
2019-04-05 11:04:02 +01:00
|
|
|
}
|