-
Notifications
You must be signed in to change notification settings - Fork 86
/
Copy pathpackage.json
43 lines (43 loc) · 1.08 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
{
"name": "yog2",
"version": "1.7.5",
"description": "Front End Integrated Solution for node express.",
"main": "yog2.js",
"bin": {
"yog2": "bin/yog2"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "https://github.com/fex-team/yog2.git"
},
"keywords": [
"fis",
"node"
],
"author": "fex-team",
"license": "ISC",
"bugs": {
"url": "https://github.com/fex-team/yog2/issues"
},
"homepage": "https://github.com/fex-team/yog2",
"dependencies": {
"fis-parser-bdtmpl": "0.0.3",
"fis-parser-less": "0.1.3",
"fis3": "3.4.46",
"fis3-hook-commonjs": "0.1.32",
"fis3-hook-node_modules": "2.3.1",
"fis3-parser-typescript": "1.5.0",
"fis3-preprocessor-js-require-css": "0.1.3",
"fis3-preprocessor-js-require-file": "0.1.3",
"liftoff": "2.3.0",
"minimist": "1.2.5",
"yog-pac": "0.1.0",
"yog2-command-init": "0.3.x",
"yog2-command-plugin": "0.1.x",
"yogurt-postprocessor-require-async": "0.0.x",
"yogurt-preprocessor-extlang": "0.0.2"
}
}