-
Notifications
You must be signed in to change notification settings - Fork 10
/
package.json
40 lines (40 loc) · 830 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
37
38
39
40
{
"name": "apex-publish-static-files",
"version": "2.0.3",
"author": "Vincent Morneau",
"description": "Allows to publish an entire local directory to Oracle APEX Shared Components.",
"license": "MIT",
"scripts": {
"test": "xo && ava"
},
"keywords": [
"oracle",
"apex",
"orclapex",
"css",
"javascript",
"front-end",
"web"
],
"repository": {
"type": "git",
"url": "https://github.com/vincentmorneau/apex-publish-static-files.git"
},
"bugs": {
"url": "https://github.com/vincentmorneau/apex-publish-static-files/issues"
},
"devDependencies": {
"ava": "^3.15.0",
"xo": "^0.38.2"
},
"xo": {
"ignores": [
"lib/distUpload.js"
]
},
"dependencies": {
"globby": "^11.0.2",
"mime-types": "^2.1.29",
"oracledb": "^5.1.0"
}
}