-
-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathpackage.json
58 lines (58 loc) · 1.28 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
46
47
48
49
50
51
52
53
54
55
56
57
58
{
"name": "handlebars-helpers-browserify-example",
"description": "Example using handlebars-helpers in a web browser with browserify.",
"version": "0.1.0",
"homepage": "https://github.com/doowb/handlebars-helpers-browserify-example",
"author": "Brian Woodward (https://github.com/doowb)",
"repository": "doowb/handlebars-helpers-browserify-example",
"bugs": {
"url": "https://github.com/doowb/handlebars-helpers-browserify-example/issues"
},
"license": "MIT",
"files": [
"gulpfile.js"
],
"main": "gulpfile.js",
"engines": {
"node": ">=0.10.0"
},
"dependencies": {
"handlebars-helpers": "^0.10.0",
"jquery": "^3.3.1"
},
"devDependencies": {
"browser-sync": "^2.12.8",
"browserify": "^13.0.1",
"delete": "^0.3.2",
"gulp": "^4.0.0",
"gulp-format-md": "*",
"gulp-gh-pages": "^0.5.4",
"vinyl-buffer": "^1.0.1",
"vinyl-source-stream": "^2.0.0"
},
"keywords": [
"browserify",
"example",
"handlebars",
"helpers"
],
"verb": {
"toc": false,
"layout": "minimal",
"tasks": [
"readme"
],
"plugins": [
"gulp-format-md"
],
"reflinks": [
"browser-sync",
"browserify",
"handlebars-helpers",
"verb"
],
"lint": {
"reflinks": true
}
}
}