forked from grantcodes/docpad-plugin-browsersync
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
47 lines (47 loc) · 1.18 KB
/
package.json
File metadata and controls
47 lines (47 loc) · 1.18 KB
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
{
"name": "docpad-plugin-browsersync",
"version": "2.0.7",
"description": "DocPad plugin that adds browser sync support",
"homepage": "https://github.com/terminalpixel/docpad-plugin-browser-sync",
"keywords": [
"docpad",
"docpad-plugin",
"browser-sync",
"livereload"
],
"author": "Grant Richmond <grant@terminalpixel.co.uk> (http://www.terminalpixel.co.uk/)",
"maintainers": [
"Grant Richmond <grant@terminalpixel.co.uk> (https://github.com/terminalpixel)"
],
"contributors": [
"Grant Richmond <grant@terminalpixel.co.uk> (https://github.com/terminalpixel)"
],
"bugs": {
"url": "https://github.com/terminalpixel/docpad-plugin-browser-sync/issues"
},
"repository": {
"type": "git",
"url": "https://github.com/terminalpixel/docpad-plugin-browser-sync.git"
},
"engines": {
"node": ">=0.8"
},
"peerDependencies": {
"docpad": "6"
},
"main": "./out/browsersync.plugin.js",
"dependencies": {
"browser-sync": "^2.9.3"
},
"devDependencies": {
"coffee-script": "~1.10.0",
"docpad": "6",
"projectz": "~1.0.1"
},
"cakeConfiguration": {
"COFFEE_SRC_PATH": "src"
},
"license": {
"type": "MIT"
}
}