@nypl/design-toolkit
Version:
NYPL Design Toolkit
64 lines (63 loc) • 1.38 kB
JSON
{
"name": "@nypl/design-toolkit",
"version": "0.1.38",
"description": "NYPL Design Toolkit",
"author": "NYPL Digital",
"contributors": [
{
"name": "Mauricio Giraldo",
"email": "mauriciogiraldo@nypl.org"
},
{
"name": "Rafael Hernandez",
"email": "rafaelhernandez@nypl.org"
},
{
"name": "Ricardo E. Galvez",
"email": "ricardogalvez@nypl.org"
},
{
"name": "Willa Armstrong",
"email": "willaarmstrong@nypl.org"
},
{
"name": "Edwin Guzman",
"email": "edwinguzman@nypl.org"
}
],
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/NYPL/design-toolkit.git"
},
"main": "index.js",
"engines": {
"node": ">=10.0.0",
"npm": ">=5.0.0"
},
"dependencies": {
"node-sass": "4.9.0"
},
"devDependencies": {
"browser-sync": "^2.24.3",
"gulp": "^3.9.1",
"gulp-shell": "^0.6.5",
"gulp-autoprefixer": "^4.0.0",
"gulp-concat": "^2.6.1",
"gulp-cssnano": "^2.1.2",
"gulp-postcss": "^7.0.1",
"gulp-sass": "^3.1.0",
"gulp-sourcemaps": "^2.6.1",
"gulp-uglify": "^3.0.0",
"lodash": "^4.17.10",
"pa11y-ci": "~1.3.0"
},
"scripts": {
"test-pa11y": "./node_modules/.bin/pa11y-ci"
},
"eyeglass": {
"name": "toolkit",
"needs": "*",
"exports": "eyeglassConfig.js"
}
}