UNPKG

@owstack/ows-build

Version:

A helper for common tasks to build OWS modules'

48 lines (47 loc) 1.18 kB
{ "name": "@owstack/ows-build", "version": "0.1.5", "description": "A helper for common tasks to build OWS modules'", "main": "index.js", "scripts": { "test": "gulp test" }, "repository": { "type": "git", "url": "git://github.com/owstack/ows-build" }, "keywords": [ "ows" ], "license": "MIT", "bugs": { "url": "https://github.com/owstack/ows-build/issues" }, "homepage": "https://github.com/owstack/ows-build", "dependencies": { "@kollavarsham/gulp-coveralls": "^0.2.7", "acorn": "^6.1.1", "brfs": "^1.4.3", "browserify": "^16.2.3", "chai": "^3.5.0", "gulp": "^4.0.2", "gulp-bump": "^2.7.0", "gulp-git": "^2.0.1", "gulp-jshint": "^2.0.4", "gulp-mocha": "^6.0.0", "gulp-rename": "^1.2.2", "gulp-shell": "^0.7.1", "gulp-uglify": "^2.1.0", "jshint": "^2.10.2", "karma": "^4.1.0", "karma-chrome-launcher": "^2.2.0", "karma-detect-browsers": "^2.2.4", "karma-firefox-launcher": "^1.1.0", "karma-mocha": "^1.3.0", "karma-safari-launcher": "^1.0.0", "lodash": "^4.17.11", "mocha": "^6.1.4", "nyc": "^14.1.1", "puppeteer": "^1.18.0" } }