1
0
mirror of https://github.com/NigelOToole/pixel-borders.git synced 2025-01-17 21:08:18 +01:00
pixel-borders/package.json

52 lines
1.2 KiB
JSON
Raw Normal View History

2019-04-05 11:04:02 +01:00
{
"name": "pixel-borders",
"description": "SASS mixin to add pixelated borders to HTML elements.",
"version": "1.1.0",
"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"
},
"browserslist": [
"> 1%",
"last 2 versions",
"Firefox ESR"
],
2019-04-05 11:04:02 +01:00
"devDependencies": {
"autoprefixer": "^9.4.4",
"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",
"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",
"yargs": "^12.0.5"
2019-04-05 11:04:02 +01:00
},
"scripts": {
"start": "gulp serve",
"build": "cross-env NODE_ENV=production gulp"
}
2019-04-05 11:04:02 +01:00
}