gulp-path-length
Version:
A Gulp plugin for enforcing a character limit on file paths
47 lines (46 loc) • 1.11 kB
JSON
{
"name": "gulp-path-length",
"version": "1.1.4",
"description": "A Gulp plugin for enforcing a character limit on file paths",
"main": "index.js",
"scripts": {
"test": "gulp test"
},
"repository": {
"type": "git",
"url": "git://github.com/teamwork/gulp-path-length"
},
"keywords": [
"teamwork",
"gulp",
"MAX_PATH",
"path",
"long"
],
"author": "Donal Linehan <me@don.al>",
"contributors": [
"Donal Linehan <me@don.al>",
"Adam Lynch <contact@adamlynch.com>"
],
"bugs": {
"url": "https://github.com/teamwork/gulp-path-length/issues"
},
"homepage": "https://github.com/teamwork/gulp-path-length",
"devDependencies": {
"chai": "~3.0.0",
"coffee-script": "~1.9.3",
"gulp": ">=3.9.0",
"gulp-coffee": "2.3.1",
"gulp-coffeelint": "~0.5.0",
"gulp-coffeelint-threshold": "^1.0.0",
"gulp-load-plugins": "^0.10.0",
"gulp-mocha": "~2.1.1",
"gulp-util": "~3.0.5",
"teamwork-coffeelint-rules": "0.0.1",
"vinyl-fs": "^1.0.0"
},
"dependencies": {
"gulp-util": "^3.0.5",
"through2": "^2.0.0"
}
}