package.json in ustyle-1.15.3 vs package.json in ustyle-1.16.1

- old
+ new

@@ -1,8 +1,8 @@ { "name": "ustyle", - "version": "1.15.3", + "version": "1.16.1", "description": "A living styleguide and pattern library by uSwitch.", "keywords": [ "css", "sass", "scss", @@ -16,63 +16,61 @@ "homepage": "http://ustyle.guide", "bugs": { "url": "https://github.com/uswitch/ustyle/issues" }, "license": "Apache-2.0", - "author": "uSwitch Limited", - "contributors": [ - "Joe Green <joe.green@uswitch.com>", - "David Annez <david.annez@uswitch.com>", - "Thomas Britton <thomas.britton@uswitch.com>", - "Ricardo Cerqueira <ricardo.cerqueira@uswitch.com>", - "Ivo Reis <ivo.reis@uswitch.com>", - "Charlotte Spencer <charlotte.spencer@uswitch.com>" - ], - "main": "dist/ustyle-latest.css", + "author": { + "name": "uSwitch Limited", + "email": "frontend@uswitch.com" + }, + "main": "index.js", "files": [ "dist", - "vendor/assets/stylesheets" + "vendor/assets/stylesheets", + "vendor/assets/images/forms", + "index.js" ], "repository": "uswitch/ustyle", + "engines": { + "npm": "^5.4.2" + }, "scripts": { - "test": "echo \"Error: no test specified\" && exit 1" + "start": "grunt", + "depcheck": "depcheck --specials=grunt --ignores=depcheck,grunt-*" }, "devDependencies": { "async": "^0.9.0", "autoprefixer": "^6.5.0", - "bluebird": "^2.9.7", "browser-sync": "^1.8.2", "cheerio": "^0.20.0", - "cssstats": "^1.0.1", + "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-jscs": "~2.0.0", "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": "^2.0.0", - "jscs": "~2.1.0", + "handlebars": "^4.0.11", "load-grunt-tasks": "~3.1.0", "lodash": "^2.4.1", - "marked": "^0.3.2", - "path": "^0.11.14", + "marked": "^0.3.9", + "node-sass": "^4.5.3", "semver": "^4.3.3", "simple-git": "^1.3.0", "stylestats": "^4.2.2", - "svg-to-png": "^2.0.0", - "svgo": "^0.5.0", "underscore.string": "^3.0.2" } }