-
Notifications
You must be signed in to change notification settings - Fork 64
/
package.json
52 lines (52 loc) · 1.52 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
41
42
43
44
45
46
47
48
49
50
51
52
{
"name": "her",
"version": "0.2.0",
"description": "A High-performence Enhanced Rendering solution - Hao123前端高性能渲染解决方案",
"keywords": [
"herJS",
"fis",
"bigpipe",
"quickling",
"bigrender",
"lazyrender",
"pagelet",
"high-performence rendering"
],
"homepage": "https://hao123-fe.github.io/her",
"bugs": {
"url": "https://github.com/hao123-fe/her/issues"
},
"license": "MIT",
"author": "hao123-fe <[email protected]>",
"contributors": [
"zhangwentao <[email protected]>",
"zhangyuanwei <[email protected]>",
"ustbhuangyi <[email protected]>",
"caoyu <[email protected]>"
],
"main": "index.js",
"bin": {
"her": "bin/her"
},
"repository": {
"type": "git",
"url": "https://github.com/hao123-fe/her.git"
},
"scripts": {
"build": "gulp",
"server:init": "bin/her server clean && bin/her server init",
"server:start": "bin/her server start --type php -p 8088",
"dev:release": "cd examples/her-website && ../../bin/her release -c",
"dev:watch": "cd examples/her-website && ../../bin/her release -cw",
"start": "npm run build && cp -r dist/* examples/her-website/lib/ && npm run dev:release && npm run server:init && npm run server:start && npm run dev:watch"
},
"dependencies": {
"fis": "^1.9.44",
"fis-optimizer-html-compress": "^0.0.7",
"fis-optimizer-smarty-xss": "^0.1.3",
"fis-parser-less": "^0.1.2",
"del": "^0.1.3",
"gulp": "^3.6.0",
"gulp-inline-js": "latest"
}
}