UNPKG

gulp-evrythng-tasks

Version:

Common dev tasks framework using Gulp 4 for evrythng.js and plugins.

52 lines (51 loc) 1.53 kB
{ "name": "gulp-evrythng-tasks", "version": "0.0.13", "description": "Common dev tasks framework using Gulp 4 for evrythng.js and plugins.", "main": "index.js", "scripts": { "lint": "standard", "prepublishOnly": "npm run lint" }, "repository": { "type": "git", "url": "git+https://github.com/evrythng/gulp-evrythng-tasks.git" }, "keywords": [ "evrythng", "evt" ], "author": "EVRYTHNG Ltd. <support@evrythng.com>", "license": "Apache-2.0", "bugs": { "url": "https://github.com/evrythng/gulp-evrythng-tasks/issues" }, "homepage": "https://github.com/evrythng/gulp-evrythng-tasks#readme", "dependencies": { "babel-eslint": "^7.2.3", "babel-plugin-external-helpers": "^6.22.0", "babel-plugin-istanbul": "^4.1.4", "babel-plugin-transform-async-generator-functions": "^6.24.1", "babel-plugin-transform-runtime": "^6.23.0", "babel-preset-es2015": "^6.24.1", "babel-preset-es2017": "^6.24.1", "gulp-standard": "^8.0.3", "jasmine": "^2.5.2", "karma": "^1.3.0", "karma-chrome-launcher": "^2.0.0", "karma-coverage": "^1.1.1", "karma-coveralls": "^1.1.2", "karma-jasmine": "^1.1.0", "karma-requirejs": "^1.1.0", "karma-rollup-plugin": "^0.2.4", "karma-sourcemap-loader": "^0.3.7", "requirejs": "^2.3.2", "rollup": "^0.43.1", "rollup-plugin-babel": "^2.7.1", "rollup-plugin-commonjs": "^8.0.2", "rollup-plugin-node-resolve": "^2.0.0" }, "devDependencies": { "standard": "^8.6.0" } }