-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
42 lines (42 loc) · 914 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": "express-engine-hotloader",
"version": "2.0.1",
"description": "enhances express template engine with hotloader",
"main": "index.js",
"files": [
"index.js"
],
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"lint": "standard"
},
"pre-commit": [
"lint"
],
"repository": {
"type": "git",
"url": "git+https://github.com/des-des/express-engine-hotloader.git"
},
"keywords": [
"virtual-dom",
"livereload",
"hot-reload",
"express",
"handlebars",
"template",
"view"
],
"author": "des-des",
"license": "MIT",
"bugs": {
"url": "https://github.com/des-des/express-engine-hotloader/issues"
},
"homepage": "https://github.com/des-des/express-engine-hotloader#readme",
"dependencies": {
"hotloader": "^1.1.2"
},
"devDependencies": {
"pre-commit": "^1.2.2",
"standard": "^10.0.2"
}
}