forked from fex-team/jello
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
40 lines (40 loc) · 1.03 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
{
"name": "jello",
"version": "0.2.4",
"description": "Front End Integrated Solution for J2EE Velocity.",
"main": "jello.js",
"bin": {
"fis-velocity": "bin/jello",
"jello": "bin/jello"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "https://github.com/2betop/fis-velocity.git"
},
"keywords": [
"fis",
"velocity"
],
"author": "2betop",
"license": "ISC",
"bugs": {
"url": "https://github.com/2betop/fis-velocity/issues"
},
"homepage": "https://github.com/2betop/fis-velocity",
"dependencies": {
"fis": "~1.8.5",
"fis-packager-depscombine": "~0.0.3",
"fis-parser-bdtmpl": "0.0.3",
"fis-parser-less": "~0.1.1",
"fis-parser-po": "0.0.1",
"fis-postprocessor-jswrapper": "0.0.8",
"fis-prepackager-derived": "~0.0.2",
"jello-command-server": "~0.0.11",
"jello-postprocessor-amd": "~0.1.0",
"jello-postprocessor-require-async": "~0.0.4",
"jello-preprocessor-extlang": "~0.0.5"
}
}