forked from Globegitter/broccoli-browser-sync
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
40 lines (40 loc) · 1.06 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
{
"name": "broccoli-browser-sync",
"version": "1.0.2",
"description": "BrowserSync for Broccoli.js",
"main": "index.js",
"scripts": {
"lint": "node ./node_modules/eslint/bin/eslint.js index.js",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Globegitter/broccoli-browser-sync.git"
},
"keywords": [
"broccoli",
"broccoli-plugin",
"browser-sync",
"browsersync",
"css-injection",
"livereload"
],
"author": "Markus Padourek",
"contributors": [
"Markus Padourek <[email protected]> (https://github.com/Globegitter)",
"Michael Laccetti <[email protected]> (https://laccetti.com/)"
],
"license": "MIT",
"bugs": {
"url": "https://github.com/Globegitter/broccoli-browser-sync/issues"
},
"homepage": "https://github.com/Globegitter/broccoli-browser-sync#readme",
"dependencies": {
"broccoli-caching-writer": "3.0.3",
"browser-sync": "2.18.5",
"glob": "7.1.1"
},
"devDependencies": {
"eslint": "3.7.0"
}
}