-
Notifications
You must be signed in to change notification settings - Fork 12
/
package.json
45 lines (45 loc) · 1.14 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": "metalsmith-browser-sync",
"version": "1.1.1",
"description": "A Metalsmith plugin to make your workflow easier",
"main": "index.js",
"scripts": {
"test": "gulp test"
},
"repository": {
"type": "git",
"url": "https://github.com/mdvorscak/metalsmith-browser-sync.git"
},
"keywords": [
"metalsmith",
"metalsmith plugin",
"metalsmith browser sync plugin",
"metalsmith-browser-sync",
"metalsmith-browser-sync plugin",
"browser-sync",
"browser sync"
],
"author": "Mike Dvorscak",
"license": {
"type": "MIT",
"url": "https://raw.githubusercontent.com/mdvorscak/metalsmith-browser-sync/master/LICENSE"
},
"bugs": {
"url": "https://github.com/mdvorscak/metalsmith-browser-sync/issues"
},
"homepage": "https://github.com/mdvorscak/metalsmith-browser-sync",
"devDependencies": {
"coveralls": "^2.11.2",
"gulp": "^3.8.11",
"gulp-istanbul": "^0.8.1",
"gulp-jasmine": "^2.0.1",
"metalsmith": "^1.6.0",
"promise": "^7.0.1",
"proxyquire": "^1.4.0"
},
"dependencies": {
"browser-sync": "^2.6.5",
"debug": "^2.1.3",
"lodash": "^3.7.0"
}
}