-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
37 lines (37 loc) · 873 Bytes
/
package.json
File metadata and controls
37 lines (37 loc) · 873 Bytes
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
{
"name": "jform",
"version": "1.1.3",
"main": "./dist/jform.min.js",
"description": "jQuery Web HTML Form Kit, convert JSON to form field easily.",
"keywords": [
"json",
"jquery",
"form"
],
"author": "SJ Chou <sj@toright.com>",
"license": "Apache-2.0",
"homepage": "https://github.com/samejack/jform",
"repository": {
"type": "git",
"url": "https://github.com/samejack/jform.git"
},
"bugs": "https://github.com/samejack/jform/issues",
"scripts": {
"preinstall": "npx npm-force-resolutions",
"build": "gulp",
"watch": "gulp watch"
},
"dependencies": {},
"devDependencies": {
"gulp": "3.9.1",
"gulp-shell": "0.6.3",
"gulp-util": "3.0.8",
"json-loader": "0.5.4",
"mkdirp": "0.5.1",
"uglify-js": "2.8.22",
"webpack": "5.75.0"
},
"resolutions": {
"graceful-fs": "^4.2.4"
}
}