wishthis/node_modules/gulp-flatten/package.json

42 lines
908 B
JSON
Raw Normal View History

2022-01-21 08:28:41 +00:00
{
2022-04-08 10:55:35 +00:00
"name": "gulp-flatten",
"version": "0.4.0",
"description": "remove or replace relative path for files",
"main": "index.js",
"scripts": {
"test": "node_modules/.bin/mocha -R spec"
2022-01-21 08:28:41 +00:00
},
2022-04-08 10:55:35 +00:00
"repository": {
"type": "git",
"url": "git://github.com/armed/gulp-flatten.git"
2022-01-21 08:28:41 +00:00
},
2022-04-08 10:55:35 +00:00
"keywords": [
"gulpplugin",
"gulp",
"flatten",
"relative",
"path"
2022-01-21 08:28:41 +00:00
],
2022-04-08 10:55:35 +00:00
"author": "Artem Medeusheyev <artem.medeusheyev@gmail.com>",
"license": "MIT",
2022-01-21 08:28:41 +00:00
"bugs": {
"url": "https://github.com/armed/gulp-flatten/issues"
},
2022-04-08 10:55:35 +00:00
"homepage": "https://github.com/armed/gulp-flatten",
2022-01-21 08:28:41 +00:00
"dependencies": {
"plugin-error": "^0.1.2",
"through2": "^2.0.0"
},
"devDependencies": {
"eslint-config-airbnb": "^1.0.2",
"gulp": "^3.9.0",
"mocha": "^2.3.4",
"pre-commit": "^1.1.2",
"should": "^7.1.1",
"vinyl": "^2.1.0"
},
"engines": {
"node": ">=0.10"
2022-04-08 10:55:35 +00:00
}
2022-01-21 08:28:41 +00:00
}