-
Notifications
You must be signed in to change notification settings - Fork 6
/
Copy pathpackage.json
49 lines (49 loc) · 955 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
43
44
45
46
47
48
49
{
"name": "ehu",
"description": "esl-hot-update: Hot update esl modules when modifed. JS, LESS, tpl, component is all supported!",
"version": "0.0.8",
"keywords": [
"ehu",
"esl",
"hot update",
"cli"
],
"author": "Homkai",
"license": "MIT",
"repository": {
"type": "git",
"url": "git+https://github.com/homkai/ehu.git"
},
"bugs": {
"url": "https://github.com/homkai/ehu/issues"
},
"homepage": "https://github.com/homkai/ehu#readme",
"files": [
"bin",
"lib",
"public"
],
"bin": {
"ehu": "./bin/ehu.js"
},
"dependencies": {
"async": "^1.5.0",
"commander": "^2.9.0",
"express": "^4.13.3",
"express-http-proxy": "^0.6.0",
"lodash": "^4.17.11",
"socket.io": "^1.3.7",
"watch": "^0.16.0"
},
"devDependencies": {},
"scripts": {},
"engine-strict": true,
"engines": {
"node": ">= 0.12"
},
"licenses": [
{
"type": "MIT"
}
]
}