UNPKG

placeholders

Version:

Replace placeholder values in a file path.

78 lines (77 loc) 1.5 kB
{ "name": "placeholders", "description": "Replace placeholder values in a file path.", "version": "1.0.0", "homepage": "https://github.com/jonschlinkert/placeholders", "author": "Jon Schlinkert (https://github.com/jonschlinkert)", "contributors": [ "Brian Woodward (https://twitter.com/doowb)", "Jon Schlinkert (http://twitter.com/jonschlinkert)" ], "repository": "jonschlinkert/placeholders", "bugs": { "url": "https://github.com/jonschlinkert/placeholders/issues" }, "license": "MIT", "files": [ "index.js" ], "main": "index.js", "engines": { "node": ">=0.10.0" }, "scripts": { "test": "mocha" }, "dependencies": { "assign-deep": "^0.4.5", "expand": "^0.5.0" }, "devDependencies": { "gulp": "^3.9.1", "gulp-eslint": "^3.0.1", "gulp-format-md": "^0.1.12", "gulp-istanbul": "^1.0.0", "gulp-mocha": "^2.2.0", "mocha": "^2.5.3" }, "keywords": [ "dot", "dot-notation", "file", "filepath", "interpolate", "notation", "param", "parameter", "path", "permalink", "placeholder", "prop", "rewrite", "url" ], "verb": { "related": { "list": [ "assign-deep", "expand" ] }, "reflinks": [ "verb", "verb-readme-generator" ], "toc": false, "layout": "default", "tasks": [ "readme" ], "plugins": [ "gulp-format-md" ], "lint": { "reflinks": true } } }