-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathpackage.json
40 lines (40 loc) · 913 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": "fortiweb-autoscale-azure",
"version": "1.0.0-beta",
"description": "FortiWeb Autoscale Module - Azure",
"main": "index.js",
"directories": {
"test": "tests"
},
"files_to_deploy": [
"*.js",
"package.json"
],
"dependencies": {
"fortiweb-autoscale-core": "file:../core",
"ms-rest-azure": "^2.5.7",
"request": "^2.87.0"
},
"devDependencies": {
"eslint": "^5.4.0",
"eslint-plugin-mocha": "^5.2.0",
"mocha": "^5.2.0",
"nyc": "^13.0.1",
"pack-zip": "^0.2.2"
},
"bundledDependencies": [
"fortiweb-autoscale-core"
],
"scripts": {
"pretest": "eslint --fix .",
"deploy": "dpl",
"build": "scripts/make_dist.js",
"test": "nyc mocha --recursive './test/mocha/*.js'"
},
"author": "fortinet",
"license": "MIT",
"repository": {
"type": "git",
"url": "git+https://github.com/fortinet/fortiweb-autoscale"
}
}