UNPKG

boiler-preset-plus

Version:
41 lines (40 loc) 884 B
{ "name": "boiler-preset-plus", "version": "3.6.0", "description": "Build Boilerplate Plus", "main": "dist/index.js", "author": "DtotheFP", "license": "Copyright 2016", "homepage": "https://github.com/build-boiler/build-boiler", "repository": { "type": "git", "url": "git://github.com/build-boiler/build-boiler/build-boiler.git" }, "bugs": { "url": "https://github.com/build-boiler/build-boiler/issues" }, "engines": { "node": ">=5.0.0" }, "keywords": [ "assemble", "browser-sync", "eslint", "gulp", "nunjucks", "react", "webpack" ], "dependencies": { "babel-plugin-transform-runtime": "^6.8.0", "boiler-preset-base": "^3.6.0", "boiler-task-karma": "^3.6.0", "boiler-task-selenium": "^3.6.0" }, "scripts": { "test": "snyk test" }, "devDependencies": { "snyk": "^1.18.0" } }