forked from hao123-fe/her
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
38 lines (38 loc) · 927 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
{
"name": "her",
"version": "0.0.5",
"description": "Hao123前端集成解决方案",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"bin": {
"her": "bin/her"
},
"repository": {
"type": "git",
"url": "https://github.com/hao123-fe/her.git"
},
"keywords": [
"her",
"fis",
"bigpipe",
"quickling",
"bigrender",
"pagelet",
"smarty",
"hao123"
],
"author": "[email protected],[email protected]",
"license": "MIT",
"bugs": {
"url": "https://github.com/hao123-fe/her/issues"
},
"homepage": "https://github.com/hao123-fe/her",
"dependencies": {
"fis": "1.8.10",
"fis-optimizer-html-compress": "0.0.7",
"fis-optimizer-smarty-xss": "0.1.0",
"fis-parser-less": "0.1.2"
}
}