forked from fex-team/fis-plus
-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
38 lines (38 loc) · 942 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": "fis-plus",
"version": "0.6.7",
"description": "Front End Integrated Solution for PC",
"main": "fis-plus.js",
"bin": {
"fis-plus": "bin/fis-plus",
"fis-pc": "bin/fis-plus",
"fisp": "bin/fis-plus"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "https://github.com/fex-team/fis-plus.git"
},
"dependencies": {
"fis": "1.7.10",
"fis-preprocessor-extlang": "0.0.8",
"fis-prepackager-widget-inline": "0.0.9",
"fis-postprocessor-require-async": "0.0.8",
"fis-optimizer-smarty-xss": "0.1.3",
"fis-optimizer-html-compress": "0.0.7",
"fis-parser-bdtmpl": "0.0.3",
"fis-parser-less": "0.1.0",
"fis-parser-po": "0.0.1",
"fis-prepackager-js-i18n": "0.0.2",
"fisp-command-install": "*"
},
"keywords": [
"fis",
"fis-pc",
"fis-plus"
],
"author": "fis",
"license": "MIT"
}