-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
59 lines (59 loc) · 1.64 KB
/
Copy pathpackage.json
File metadata and controls
59 lines (59 loc) · 1.64 KB
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
50
51
52
53
54
55
56
57
58
59
{
"name": "easycode-static-watcher",
"version": "0.1.0",
"author": "WangXiaojin",
"description": "this is watching static files project",
"main": "index.js",
"cfg": {
"jsPaths": [
"../easycode-static/list",
"../easycode-auth-backend/js",
"../easycode-cas/js",
"../easycode-cas/themes"
],
"cssPaths": [
{
"verifyExist": false,
"baseDir": "../easycode-static/list",
"basePaths": ["//cdn.easycodebox.com"],
"filePaths": ["../easycode-static/list"]
},
{
"baseDir": "../easycode-auth-backend",
"basePaths": ["//auth.easycodebox.com"],
"filePaths": ["../easycode-auth-backend/css", "../easycode-auth-backend/js"]
},
{
"baseDir": "../easycode-cas",
"basePaths": ["//sso.easycodebox.com"],
"filePaths": ["../easycode-cas/css", "../easycode-cas/themes"]
},
{
"baseDir": "/data/webroot/xxx",
"basePaths": ["//xxx1.domain.com", "//xxx2.domain.com"],
"filePaths": ["/data/webroot/xxx/css", "/data/webroot/xxx/js"]
}
],
"htmlPaths": [
"../easycode-static/list/html"
]
},
"devDependencies": {
"async": "^1.5.2",
"grunt": "^0.4.5",
"grunt-contrib-clean": "^0.7.0",
"grunt-contrib-compress": "^0.14.0",
"grunt-contrib-concat": "^0.5.1",
"grunt-contrib-copy": "^0.8.2",
"grunt-contrib-cssmin": "^0.14.0",
"grunt-contrib-htmlmin": "^0.6.0",
"grunt-contrib-jshint": "^0.11.3",
"grunt-contrib-uglify": "^0.11.0",
"grunt-contrib-watch": "^0.6.1",
"grunt-newer": "^1.1.1",
"mime": "^1.3.4",
"node-units": "^0.1.7",
"request": "^2.69.0",
"time-grunt": "^1.3.0"
}
}