gulp-propertext
Version:
Gulp plugin to parse propertext files
41 lines (40 loc) • 891 B
JSON
{
"name": "gulp-propertext",
"version": "0.6.0",
"description": "Gulp plugin to parse propertext files",
"main": "index.js",
"dependencies": {
"map-stream": "0.0.7",
"propertext": "^0.5.0",
"vinyl": "^2.2.1"
},
"devDependencies": {
"gulp": "^4.0.2",
"gulp-wrap": "^0.15.0",
"outdent": "^0.7.1",
"tape": "^5.0.1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/propertext/gulp-propertext.git"
},
"keywords": [
"gulp",
"propertext",
"plugin",
"parser",
"plain",
"text",
"property",
"properties",
"props",
"key",
"value"
],
"bugs": {
"url": "https://github.com/propertext/gulp-propertext/issues"
},
"homepage": "https://github.com/propertext/gulp-propertext#readme",
"author": "Brecht Savelkoul <brecht.savelkoul@alumni.lse.ac.uk>",
"license": "Apache-2.0"
}