UNPKG

@superflycss/task-test

Version:
49 lines (48 loc) 1.16 kB
{ "name": "@superflycss/task-test", "version": "1.0.7", "description": "Test task", "main": "src/main/js/index.js", "scripts": { "update": "ncu -a && npm i", "clean": "gulp clean", "build": "npm run clean && gulp build:css", "test": "npm run build && gulp test:css" }, "repository": { "type": "git", "url": "git+https://github.com/superflycss/task-test.git" }, "keywords": [ "test", "superfly-css", "gulp", "visual", "testing", "workflow", "automation" ], "author": "Ole Ersoy", "license": "MIT", "bugs": { "url": "https://github.com/superflycss/task-test/issues" }, "homepage": "https://github.com/superflycss/task-test#readme", "dependencies": { "gulp-highlight": "^2.1.0", "gulp-jsdom": "^0.1.4", "gulp-nunjucks-render": "^2.2.1", "predentation": "^0.1.1", "vinyl-transform": "^1.0.0" }, "peerDependencies": { "gulp": "^3.9.1" }, "devDependencies": { "@superflycss/pli": "^1.0.0", "@superflycss/task-build": "^1.0.2", "@superflycss/task-clean": "^1.0.0", "gulp-util": "^3.0.8", "npm-check-updates": "^2.11.3" } }