{ "name": "ustyle", "version": "1.16.2", "description": "A living styleguide and pattern library by uSwitch.", "keywords": [ "css", "sass", "scss", "js", "javascript", "front-end", "styleguide", "uswitch", "ustyle" ], "homepage": "http://ustyle.guide", "bugs": { "url": "https://github.com/uswitch/ustyle/issues" }, "license": "Apache-2.0", "author": { "name": "uSwitch Limited", "email": "frontend@uswitch.com" }, "main": "index.js", "files": [ "dist", "vendor/assets/stylesheets", "vendor/assets/images/forms", "index.js" ], "repository": "uswitch/ustyle", "engines": { "npm": "^5.4.2" }, "scripts": { "start": "grunt", "depcheck": "depcheck --specials=grunt --ignores=depcheck,grunt-*" }, "devDependencies": { "async": "^0.9.0", "autoprefixer": "^6.5.0", "browser-sync": "^1.8.2", "cheerio": "^0.20.0", "depcheck": "^0.6.7", "dss": "^1.0.4", "gray-matter": "^2.0.0", "grunt": "^0.4.5", "grunt-build-control": "^0.3.0", "grunt-cli": "^1.2.0", "grunt-contrib-concat": "^0.5.0", "grunt-contrib-copy": "^0.8.0", "grunt-contrib-sass": "^0.9.2", "grunt-contrib-uglify": "^0.9.2", "grunt-contrib-watch": "^0.6.1", "grunt-env": "^0.4.2", "grunt-newer": "^1.1.0", "grunt-postcss": "^0.8.0", "grunt-sassdoc": "^2.0.0", "grunt-scss-lint": "~0.3.4", "grunt-shell": "^1.1.1", "grunt-standard": "^3.1.0", "grunt-svgmin": "^2.0.0", "grunt-svgstore": "^1.0.0", "grunt-version": "^1.0.0", "handlebars": "^4.0.11", "load-grunt-tasks": "~3.1.0", "lodash": "^2.4.1", "marked": "^0.3.9", "node-sass": "^4.5.3", "semver": "^4.3.3", "simple-git": "^1.3.0", "stylestats": "^4.2.2", "underscore.string": "^3.0.2" } }