{ "name": "auth0-styleguide-components", "version": "1.0.5", "description": "HTML and CSS components for Auth0 projects.", "main": "build/core.css", "style": "build/core.css", "scripts": { "prepublish": "NODE_ENV=production npm run build", "start": "gulp", "build": "gulp build", "lint": "npm run lint:js && npm run lint:css", "lint:js": "eslint .", "lint:css": "stylelint build/components.css", "test": "npm run lint" }, "keywords": [ "auth0", "styleguide", "css", "components" ], "author": "Auth0 (https://auth0.com)", "homepage": "http://styleguide.auth0.com/", "repository": "https://github.com/auth0/styleguide/tree/experimental/packages/components", "license": "UNLICENSED", "files": [ "build", "src" ], "engines": { "node": "^6.9.1", "npm": "^3.10.8" }, "devDependencies": { "animate.css": "^3.5.2", "auth0-styleguide-core": "^1.0.1", "bump-version": "^0.5.0", "component-cdn-uploader": "auth0/component-cdn-uploader#1.0.0", "eslint": "^3.12.2", "eslint-config-auth0-base": "^11.0.0", "eslint-plugin-import": "^2.2.0", "gulp": "github:gulpjs/gulp#c120a94", "gulp-autoprefixer": "^3.1.1", "gulp-cssnano": "^2.1.2", "gulp-ejs": "^2.3.0", "gulp-html-prettify": "0.0.1", "gulp-imagemin": "^3.1.1", "gulp-load-plugins": "^1.3.0", "gulp-mjml": "^2.0.0", "gulp-rename": "^1.2.2", "gulp-stylus": "^2.5.0", "stylelint": "^7.5.0", "stylelint-config-standard": "^15.0.1" }, "cdn-component": { "name": "components", "cdn": "https://cdn.auth0.com", "mainBundleFile": "components.css", "remoteBasePath": "styleguide", "bucket": "assets.us.auth0.com", "localPath": "cdn" } }