-
Notifications
You must be signed in to change notification settings - Fork 49
/
package.json
41 lines (41 loc) · 1.07 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
{
"name": "jello",
"version": "1.0.16",
"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.9.46",
"fis-packager-depscombine": "~0.0.8",
"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",
"fis-preprocessor-components": "^1.0.3",
"jello-command-server": "~0.1.0",
"jello-postprocessor-amd": "~0.1.0",
"jello-postprocessor-require-async": "~0.1.0",
"jello-preprocessor-extlang": "~0.1.0"
}
}