gulp-open
Version:
Open files and URLs with gulp
39 lines (38 loc) • 805 B
JSON
{
"name": "gulp-open",
"description": "Open files and URLs with gulp",
"version": "3.0.1",
"homepage": "http://github.com/stevelacy/gulp-open",
"repository": {
"type": "git",
"url": "http://github.com/stevelacy/gulp-open.git"
},
"author": "Steve Lacy <me@slacy.me> (http://slacy.me/)",
"main": "./index.js",
"dependencies": {
"colors": "^1.1.2",
"opn": "5.2.0",
"plugin-log": "^0.1.0",
"through2": "^2.0.1"
},
"devDependencies": {
"jshint": "^2.9.2",
"mocha": "^2.4.5",
"should": "^8.3.1"
},
"scripts": {
"pretest": "jshint *.js test/*.js",
"test": "mocha --reporter spec"
},
"engines": {
"node": ">=4"
},
"keywords": [
"gulp",
"open",
"node-open",
"gulpplugin",
"gulp-plugin"
],
"license": "MIT"
}