-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
40 lines (40 loc) · 1.21 KB
/
package.json
File metadata and controls
40 lines (40 loc) · 1.21 KB
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": "mortgageCalculatorPlugin",
"version": "1.0.0",
"description": "Default simple plugin template",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"build": "gulp build && cd ../ && rm -rf mortgageCalculatorPlugin.zip && zip -r mortgageCalculatorPlugin.zip mortgageCalculatorPlugin_release/ -x *node_modules* *.git*"
},
"resolutions": {
"graceful-fs": "^4.2.4"
},
"repository": {
"type": "git",
"url": "git+https://github.com/BuildFire/mortgageCalculatorPlugin.git"
},
"keywords": [],
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/BuildFire/mortgageCalculatorPlugin/issues"
},
"homepage": "https://github.com/BuildFire/mortgageCalculatorPlugin#readme",
"devDependencies": {
"@babel/core": "^7.21.8",
"@babel/plugin-proposal-class-properties": "^7.18.6",
"@babel/preset-env": "^7.21.5",
"babel-eslint": "^10.1.0",
"del": "^3.0.0",
"gulp": "^4.0.2",
"gulp-babel": "^8.0.0",
"gulp-concat": "^2.6.1",
"gulp-csso": "^4.0.1",
"gulp-eslint": "^6.0.0",
"gulp-html-replace": "^1.6.2",
"gulp-htmlmin": "^5.0.1",
"gulp-minify": "^3.1.0",
"gulp-uglify": "^3.0.2"
}
}