-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
executable file
·36 lines (36 loc) · 979 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
{
"name": "fis3-wiiyii",
"version": "1.0.7",
"description": "微Yii,基于 yii 框架的 fis3解决方案",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/qinmudi/fis3-wiiyii.git"
},
"keywords": [
"fis3",
"yii"
],
"dependencies": {
"fis3-preprocessor-extlang": "1.1.4",
"fis-prepackager-widget-inline": "0.0.9",
"fis-optimizer-smarty-xss": "0.1.4",
"fis-optimizer-html-compress": "0.0.7",
"fis-parser-bdtmpl": "0.0.3",
"fis-parser-utc": "0.0.2",
"fis-parser-less": "0.1.2",
"fis-parser-po": "0.0.1",
"fis-prepackager-js-i18n": "0.0.2",
"fis3-hook-commonjs": "0.1.19",
"fis3-server-smarty": "0.0.6"
},
"author": "qinmudi",
"license": "BSD",
"bugs": {
"url": "https://github.com/qinmudi/fis3-wiiyii/issues"
},
"homepage": "https://github.com/qinmudi/fis3-wiiyii#readme"
}