-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
42 lines (42 loc) · 975 Bytes
/
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
{
"name": "browser-sync-angular-html-hot-reload",
"version": "0.0.5",
"description": "BrowserSync plugin for hot reloading of HTML templates of Angular",
"homepage": "https://github.com/acierto/browser-sync-angular-html-hot-reload.git",
"author": {
"name": "Bogdan Nechyporenko",
"url": "https://github.com/acierto"
},
"files": [
"lib",
"client"
],
"main": "lib/index.js",
"keywords": [
"browser",
"Sync",
"Angularjs",
"template"
],
"repository": "https://github.com/acierto/browser-sync-angular-html-hot-reload.git",
"devDependencies": {
"coffee-script": "1.9.2",
"gulp": "3.9.0",
"gulp-release-it": "1.0.10"
},
"scripts": {
"test": "gulp"
},
"license": "Apache-2.0",
"dependencies": {
"glob": "7.0.0",
"lodash": "^3.10.1",
"minimatch": "^3.0.0",
"tamper": "^0.1.0"
},
"config": {
"commitizen": {
"path": "./node_modules/cz-conventional-changelog"
}
}
}