25 lines
654 B
JSON
25 lines
654 B
JSON
|
{
|
||
|
"name": "gulp-addtemplate",
|
||
|
"version": "0.0.3",
|
||
|
"description": "adds a template to the file object to be used by other plugins thereafter in the pipeline",
|
||
|
"main": "index.js",
|
||
|
"scripts": {
|
||
|
"test": "cd ts/compile && gulp"
|
||
|
},
|
||
|
"repository": {
|
||
|
"type": "git",
|
||
|
"url": "https://github.com/pushrocks/gulp-addtemplate.git"
|
||
|
},
|
||
|
"keywords": [
|
||
|
"json",
|
||
|
"jade",
|
||
|
"template"
|
||
|
],
|
||
|
"author": "Smart Coordination GmbH <office@push.rocks> (https://push.rocks)",
|
||
|
"license": "MIT",
|
||
|
"bugs": {
|
||
|
"url": "https://github.com/pushrocks/gulp-addtemplate/issues"
|
||
|
},
|
||
|
"homepage": "https://github.com/pushrocks/gulp-addtemplate"
|
||
|
}
|