-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
36 lines (36 loc) · 848 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": "jello-postprocessor-require-async",
"version": "0.0.4",
"description": "jello-postprocessor-require-async",
"main": "index.js",
"directories": {
"test": "test"
},
"scripts": {
"test": "make test"
},
"repository": {
"type": "git",
"url": "https://github.com/lily-zhangying/jello-postprocessor-require-async.git"
},
"keywords": [
"fis",
"fisv",
"postprocessor"
],
"dependencies":{
"fis-velocity-label-parser" : "0.0.5"
},
"devDependencies": {
"chai": "*",
"mocha": "*",
"fis":"*",
"fis-velocity-label-parser" : "*"
},
"author": "lily-zhangying",
"license": "MIT",
"bugs": {
"url": "https://github.com/lily-zhangying/jello-postprocessor-require-async/issues"
},
"homepage": "https://github.com/lily-zhangying/jello-postprocessor-require-async"
}