-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
45 lines (45 loc) · 1.13 KB
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
{
"name": "gulp-json-loader",
"description": "A little tool for the [gulp-data](https://www.npmjs.com/package/gulp-data) plugin. It useful for automatically data loading in the development including the PUG files.",
"author": "Alexander Yukal <[email protected]>",
"version": "1.2.1",
"main": "gulpfile.js",
"directories": {
"lib": "lib",
"test": "test"
},
"devDependencies": {
"@types/node": "^20.14.9"
},
"dependencies": {
"gulp": "^5.0.0",
"gulp-data": "^1.3.1",
"gulp-load-plugins": "^2.0.8",
"gulp-pug": "^5.0.0"
},
"scripts": {
"build": "npx gulp",
"test": "node --test --experimental-test-coverage",
"release": "npx semantic-release"
},
"gulp-json-loader": {
"sourcePath": "src",
"dataEntry": "$",
"locales": "uk-UA",
"report": true
},
"keywords": [
"gulp",
"json load",
"json data"
],
"repository": {
"type": "git",
"url": "https://github.com/yukal/gulp-json-loader.git"
},
"license": "MIT",
"bugs": {
"url": "https://github.com/yukal/gulp-json-loader/issues"
},
"homepage": "https://github.com/yukal/gulp-json-loader#readme"
}