gulp-absolute-path
Version:
import & require absolute path gulp plugin
34 lines (33 loc) • 707 B
JSON
{
"name": "gulp-absolute-path",
"version": "1.0.4",
"description": "import & require absolute path gulp plugin",
"main": "index.js",
"scripts": {
"test": "mocha"
},
"repository": {
"type": "git",
"url": "https://github.com/nandai/gulp-absolute-path.git"
},
"keywords": [
"gulpplugin",
"import",
"require",
"absolute",
"path"
],
"author": {
"name": "SHINOHARA Yuki",
"url": "https://github.com/nandai"
},
"license": "MIT",
"homepage": "https://github.com/nandai/gulp-absolute-path",
"dependencies": {
"through2": "^3.0.0",
"vinyl": "^2.2.0"
},
"devDependencies": {
"mocha": "^5.2.0"
}
}